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

AUDITOR client: queries with undefined operators return all records #998

Open
dirksammel opened this issue Oct 7, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@dirksammel
Copy link
Member

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"

@dirksammel dirksammel added the bug Something isn't working label Oct 7, 2024
@dirksammel dirksammel added this to the Release v0.7.0 milestone Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants