Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datetime interval search limited to field properties.created #27

Open
antje-s opened this issue Nov 5, 2024 · 1 comment
Open

datetime interval search limited to field properties.created #27

antje-s opened this issue Nov 5, 2024 · 1 comment

Comments

@antje-s
Copy link

antje-s commented Nov 5, 2024

Currently interval searches are possible via datetime, but as written in Swagger UI "If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties."

It would be good to have the possibility to limit single intervall searches to a specific date field. Can this be defined via the URI itself? Updated, for example, is optional and created mandatory. So it makes sense to use both fields for datetime searches in general.
If a limitation via URI is not possible, where can you look up (and change) which fields are currently used for datetime searches?

(A search limited to created field searches for string match, so you need to know the exact string, e.g.
https://wis2.dwd.de/gdc/collections/wis2-discovery-metadata/items?f=json&limit=100&created=2018-08-19T08:10:00Z )

@kaiwirt
Copy link

kaiwirt commented Dec 17, 2024

Push :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants