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
When sending a query with an undefined operator, all records are returned. I think we should return an error instead.
Some examples (can be tried on monopol):
monopol
curl "127.0.0.1:8001/records?meta\[user_id\]\[blah\]=atlprd" curl "127.0.0.1:8001/records?start_time\[blah\]=2024-10-01T00%3A00%3A00%2B00%3A00"
curl "127.0.0.1:8001/records?meta\[user_id\]\[blah\]=atlprd"
curl "127.0.0.1:8001/records?start_time\[blah\]=2024-10-01T00%3A00%3A00%2B00%3A00"
The text was updated successfully, but these errors were encountered:
raghuvar-vijay
No branches or pull requests
When sending a query with an undefined operator, all records are returned.
I think we should return an error instead.
Some examples (can be tried on
monopol
):curl "127.0.0.1:8001/records?meta\[user_id\]\[blah\]=atlprd"
curl "127.0.0.1:8001/records?start_time\[blah\]=2024-10-01T00%3A00%3A00%2B00%3A00"
The text was updated successfully, but these errors were encountered: