-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat: #465 - new "limit" parameter for autocomplete suggestions #498
feat: #465 - new "limit" parameter for autocomplete suggestions #498
Conversation
…ment Impacted files: * `api_saveProduct_test.dart`: unrelated test skip * `KnowlegdePanelElement.dart`: `title` is now optional * `KnowlegdePanelElement.g.dart`: generated
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# Conflicts: # CHANGELOG.md # version.txt
…estions Impacted files: * `api_get_automcompleted_suggestions.dart`: additional test about the new `limit` parameter. * `openfoodfacts.dart`: new `limit` parameter for autocomplete suggestions.
Impacted file: * `api_saveProduct_test.dart`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @monsieurtanuki looks good, a simple assert for values over 400 could be added but that's not a priority
Thank you @M123-dev for your review! |
AFAIK they are ignored in builds |
@M123-dev To me |
Impacted files:
api_get_automcompleted_suggestions.dart
: additional test about the newlimit
parameter.openfoodfacts.dart
: newlimit
parameter for autocomplete suggestions.What
limit
parameter for autocomplete suggestions.Fixes bug(s)
Part of