Skip to content

Sync get, getAll, batchGet, and search getInternal behavior #136

@jsdonn

Description

@jsdonn

Is your feature request related to a problem? Please describe.

PR#132 changes the intended behavior of get() when parameter aspectNames is empty. Instead of throwing a 404, it will return VALUE with no aspects. To accomplish this behavior, getInternalNonEmpty call was changed to getInternal. We need to evaluate this behavior with getAll(), batchGet(), and search() methods to make sure they are aligned with get()'s new behavior.

Describe the solution you'd like

Double check and update calls to getInternalNonEmpty if needed to match with new get() behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions