mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
fix: ignore-place-in-search (#1544)
* pin i18n since it breaks things * set ignoreLocation to true * revert composition api demotion * bump slugify
This commit is contained in:
@@ -5,6 +5,7 @@ import { Recipe } from "~/types/api-types/recipe";
|
||||
export const useRecipeSearch = (recipes: Ref<Recipe[] | null>) => {
|
||||
const localState = reactive({
|
||||
options: {
|
||||
ignoreLocation: true,
|
||||
shouldSort: true,
|
||||
threshold: 0.6,
|
||||
location: 0,
|
||||
|
||||
Reference in New Issue
Block a user