We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the keyword search it is apparently possible to search for several keyword values, whereby the default operator ‘AND’ seems to be used, e.g.
It seems to be possible to change the operator to OR, e.g. via https://wis2.dwd.de/gdc/collections/wis2-discovery-metadata/items?f=json&limit=200&q=(keywords:prediction%20global) --> numberMatched = 96
Does this behaviour apply in principle?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the keyword search it is apparently possible to search for several keyword values, whereby the default operator ‘AND’ seems to be used, e.g.
https://wis2.dwd.de/gdc/collections/wis2-discovery-metadata/items?f=json&limit=200&keywords=prediction
--> numberMatched = 58
https://wis2.dwd.de/gdc/collections/wis2-discovery-metadata/items?f=json&limit=200&keywords=prediction,global
--> numberMatched = 34
https://wis2.dwd.de/gdc/collections/wis2-discovery-metadata/items?f=json&limit=200&keywords=prediction,global,%22Weather%20and%20Climate%22
--> numberMatched = 29
It seems to be possible to change the operator to OR, e.g. via
https://wis2.dwd.de/gdc/collections/wis2-discovery-metadata/items?f=json&limit=200&q=(keywords:prediction%20global)
--> numberMatched = 96
Does this behaviour apply in principle?
The text was updated successfully, but these errors were encountered: