1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00
mealie/frontend/components/Domain
Michael Genson 2dfbe9f08d
feat: Improved Ingredient Matching (#2535)
* added normalization to foods and units

* changed search to reference new normalized fields

* fix tests

* added parsed food matching to backend

* prevent pagination from ordering when searching

* added extra fuzzy matching to sqlite ing matching

* added tests

* only apply search ordering when order_by is null

* enabled post-search fuzzy matching for postgres

* fixed postgres fuzzy search test

* idk why this is failing

* 🤦

* simplified frontend ing matching
and restored automatic unit creation

* tightened food fuzzy threshold

* change to rapidfuzz

* sped up fuzzy matching with process

* fixed units not matching by abbreviation

* fast return for exact matches

* replace db searching with pure fuzz

* added fuzzy normalization

* tightened unit fuzzy matching thresh

* cleaned up comments/var names

* ran matching logic through the dryer

* oops

* simplified order by application logic
2023-09-15 17:19:34 +00:00
..
Cookbook feat: Public Recipe Browser (#2525) 2023-09-14 06:01:24 -08:00
Group fix: #2169 webhooks not firing (#2178) 2023-02-26 10:27:22 -09:00
Recipe feat: Improved Ingredient Matching (#2535) 2023-09-15 17:19:34 +00:00
ShoppingList fix: logic for disableAmount in shopping list items (#2518) 2023-08-22 14:03:24 -08:00
User fix: eslint errors and failing tests (#2078) 2023-01-29 13:01:41 -09:00
SearchFilter.vue feat: server side search (#2112) (#2117) 2023-02-11 21:26:10 -09:00