Skip to content

Categories parameter not handled correctly for item and group searches #685

@MikeTschudi

Description

@MikeTschudi

The categories parameter may be used up to 8 times in a query. Each category listed with a single one of these parameters is ORed together; the set of categories parameters is ANDed together.

arcgis-rest-js merges the list of strings provided to categories into a single parameter, thus ORing everything.

cf. item search and group content search

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions