Skip to content

Commit

Permalink
fix: Reduce search tolerance on organizers page (#3950)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson authored Jul 28, 2024
1 parent cc324b2 commit def346d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/Domain/Recipe/RecipeOrganizerPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ export default defineComponent({
options: {
ignoreLocation: true,
shouldSort: true,
threshold: 0.6,
threshold: 0.2,
location: 0,
distance: 100,
distance: 20,
findAllMatches: true,
maxPatternLength: 32,
minMatchCharLength: 1,
Expand Down

0 comments on commit def346d

Please sign in to comment.