Skip to content

Return address tags with multiple values as arrays #122

@rmx90210

Description

@rmx90210

Right now the dor_parcel_id field in the /search endpoint comes back like:

"dor_parcel_id": "016S080346|016S080345",

Any field that can return multiple values should be pluralized (e.g. dor_parcel_ids) and returned as an array.

 "dor_parcel_ids": ["016S080346", "016S080345"],

Empty responses should be an empty array (rather than null).

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