mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
* 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
|
||
---|---|---|
.. | ||
RecipeOcrEditorPage | ||
RecipePage | ||
RecipeActionMenu.vue | ||
RecipeAssets.vue | ||
RecipeCard.vue | ||
RecipeCardImage.vue | ||
RecipeCardMobile.vue | ||
RecipeCardSection.vue | ||
RecipeChips.vue | ||
RecipeContextMenu.vue | ||
RecipeDataTable.vue | ||
RecipeDialogBulkAdd.vue | ||
RecipeDialogPrintPreferences.vue | ||
RecipeDialogSearch.vue | ||
RecipeDialogShare.vue | ||
RecipeExplorerPage.vue | ||
RecipeFavoriteBadge.vue | ||
RecipeImageUploadBtn.vue | ||
RecipeIngredientEditor.vue | ||
RecipeIngredientHtml.vue | ||
RecipeIngredientListItem.vue | ||
RecipeIngredients.vue | ||
RecipeLastMade.vue | ||
RecipeList.vue | ||
RecipeNotes.vue | ||
RecipeNutrition.vue | ||
RecipeOrganizerDialog.vue | ||
RecipeOrganizerPage.vue | ||
RecipeOrganizerSelector.vue | ||
RecipePrintContainer.vue | ||
RecipePrintView.vue | ||
RecipeRating.vue | ||
RecipeScaleEditButton.vue | ||
RecipeSearchFilterSelector.vue | ||
RecipeSettingsMenu.vue | ||
RecipeSettingsSwitches.vue | ||
RecipeTimeCard.vue | ||
RecipeTimeline.vue | ||
RecipeTimelineBadge.vue | ||
RecipeTimelineContextMenu.vue | ||
RecipeTimelineItem.vue | ||
RecipeTimerMenu.vue |