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

feat: 620 - autocomplete for all taxonomy names and fuzziness levels #835

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

monsieurtanuki
Copy link
Contributor

What

  • Added all taxonomy names and all fuzziness levels for the Elastic Search autocomplete.

Fixes bug(s)

Impacted files

  • api_search_test.dart: added tests for all taxonomy names and all fuzziness levels
  • fuzziness_level.dart: added all fuzziness values
  • open_food_search_api_client.dart: added a comment
  • taxonomy_name.dart: added all taxonomy names

Impacted files:
* `api_search_test.dart`: added tests for all taxonomy names and all fuzziness levels
* `fuzziness_level.dart`: added all fuzziness values
* `open_food_search_api_client.dart`: added a comment
* `taxonomy_name.dart`: added all taxonomy names
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (16feb73) 76.07% compared to head (db8e6c6) 76.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #835      +/-   ##
==========================================
+ Coverage   76.07%   76.23%   +0.16%     
==========================================
  Files         212      212              
  Lines        7635     7689      +54     
==========================================
+ Hits         5808     5862      +54     
  Misses       1827     1827              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@monsieurtanuki monsieurtanuki merged commit 046c418 into openfoodfacts:master Nov 27, 2023
3 checks passed
@monsieurtanuki
Copy link
Contributor Author

Thank you @raphael0202 for your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Use the new ElasticSearch endpoint to provide search as you type product suggestions
4 participants