Skip to content

Commit

Permalink
feat: recherche avancée
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Nov 4, 2024
1 parent 8d34c75 commit bdbd771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/jobs/formations/createSearchIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function createSearchIndex(options = { indexFilePath: null }) {
ignoreLocation: true,
findAllMatches: true,
distance: 200,
threshold: 0.3,
threshold: 0.29,
useExtendedSearch: true,
includeScore: true,
keys: ["libelles"],
Expand Down

0 comments on commit bdbd771

Please sign in to comment.