maykinmedia / objects-api

API and admin interface to manage Objects of certain Objecttypes. An object can be anything whether its a monument, report, tree or a permit.
https://opengem.nl/producten/overige-registraties/
Other
7 stars 7 forks source link

Search in objects `data_attrs` using "OR" #411

Open joeribekker opened 1 month ago

joeribekker commented 1 month ago

Thema / Theme

Objecten API

Omschrijving / Description

Example query: Return all task(objects) that belong to one of the provided casenumbers

Toegevoegde waarde / Added value

No response

Aanvullende opmerkingen / Additional context

No response

joeribekker commented 1 month ago

Estimated: This needs investigation, but probably takes a few weeks. We also need to to know what exactly is needed here because combining AND and OR and the ordering of elements will make this harder.

For example, we need to introduce braces and a different format to support OR, like:

data_attrs=(dimensions__height__exact__100,width__exact__200)|color=blue

joeribekker commented 1 month ago

@JanBrek Waiting for clarrification and approval.

joeribekker commented 5 days ago

@JanBrek ping