-
-
Notifications
You must be signed in to change notification settings - Fork 356
[Autocomplete] filter_query & max_results conflict #769
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
Comments
|
I think a PR is necessary on the doc when I see: filter_query (default: null) |
Thank you for this issue. |
Friendly reminder that this issue exists. If I don't hear anything I'll close this. |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
Thank you for this issue. |
Just a quick reminder to make a comment on this. If I don't hear anything I'll close this. |
There is a conflict on ux-autocomplete between filter_query and max_results.
With this code, we have 50 results:
But with this code, we have 10 results:
The text was updated successfully, but these errors were encountered: