Skip to content

Commit

Permalink
fix: Search full strings
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 21, 2024
1 parent 405ad3e commit d80c5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor.planx.uk/src/hooks/useSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const useSearch = <T extends object>({
useExtendedSearch: true,
includeMatches: true,
minMatchCharLength: 3,
ignoreLocation: true,
keys,
}),
[keys],
Expand Down

0 comments on commit d80c5f8

Please sign in to comment.