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

Search endpoint return too many results #127

Closed
eddyyuen opened this issue Feb 21, 2023 · 1 comment
Closed

Search endpoint return too many results #127

eddyyuen opened this issue Feb 21, 2023 · 1 comment

Comments

@eddyyuen
Copy link

eddyyuen commented Feb 21, 2023

Which ZincObserve functionalities are the source of the bug?

logs search

Is this a regression?

No

Description

query.from and query.size are not working .
No matter what you fill in,still return all data.

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

No response

Please provide the version you discovered this bug in (check about page for version information)

No response

Anything else?

No response

@hengfeiyang
Copy link
Contributor

This is because you used sql_mode=full, i you want use size and from you should use context mode, or just write offset and limit in SQL.

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