1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 12:05:21 +02:00
mealie/frontend/pages
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
..
admin feat(lang): more localization(#2219) 2023-03-21 11:45:27 -08:00
cookbooks feat: Public Recipe Browser (#2525) 2023-09-14 06:01:24 -08:00
explore feat: consolidate deployment targets and publish to ghcr.io (#2539) 2023-09-14 06:40:13 -08:00
group feat: Migrate from Tandoor (#2438) 2023-07-23 09:52:09 -08:00
recipe feat: Improved Ingredient Matching (#2535) 2023-09-15 17:19:34 +00:00
recipes refator: reuse search page component (#2240) 2023-03-12 12:59:28 -08:00
register fix: frontend register url (#2231) 2023-03-12 12:40:31 -08:00
shared/recipes feat: consolidate deployment targets and publish to ghcr.io (#2539) 2023-09-14 06:40:13 -08:00
shopping-lists feat: Display Shopping List Item Recipe Refs (#2501) 2023-08-21 09:18:37 -08:00
user feat: Public Recipe Browser (#2525) 2023-09-14 06:01:24 -08:00
forgot-password.vue Refactor/composables-folder (#787) 2021-11-06 11:28:47 -08:00
index.vue feat: Public Recipe Browser (#2525) 2023-09-14 06:01:24 -08:00
login.vue UI/UX improvements (#2423) 2023-08-21 18:41:18 +00:00
reset-password.vue Refactor/composables-folder (#787) 2021-11-06 11:28:47 -08:00