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
Yes - I've already checked
These both work:
q=ref_lid_instrument eq "urn:esa:psa:context:instrument:mtm.mcam"
q=ref_lid_instrument eq "urn:esa:psa:context:instrument:mcam.mtm"
But this does not
q=((ref_lid_instrument eq "urn:esa:psa:context:instrument:mtm.mcam") or (ref_lid_instrument eq "urn:esa:psa:context:instrument:mcam.mtm"))
I would expect the number of hits to be the sum of the first two queries, but the "or" query returns zero hits. Any clues?
Run the queries as above.
No response
🦄 #xyz
The text was updated successfully, but these errors were encountered:
jordanpadams
No branches or pull requests
Checked for duplicates
Yes - I've already checked
🐛 Describe the bug
These both work:
q=ref_lid_instrument eq "urn:esa:psa:context:instrument:mtm.mcam"
q=ref_lid_instrument eq "urn:esa:psa:context:instrument:mcam.mtm"
But this does not
q=((ref_lid_instrument eq "urn:esa:psa:context:instrument:mtm.mcam") or (ref_lid_instrument eq "urn:esa:psa:context:instrument:mcam.mtm"))
🕵️ Expected behavior
I would expect the number of hits to be the sum of the first two queries, but the "or" query returns zero hits. Any clues?
📜 To Reproduce
Run the queries as above.
🖥 Environment Info
...
📚 Version of Software Used
No response
🩺 Test Data / Additional context
No response
🦄 Related requirements
🦄 #xyz
⚙️ Engineering Details
No response
The text was updated successfully, but these errors were encountered: