We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426b628 commit d5f7fb3Copy full SHA for d5f7fb3
src/model/search-algo.ts
@@ -8,5 +8,6 @@ export enum SearchAlgo {
8
QUERY_STRING = 'query_string',
9
TERM = 'term',
10
MATCH_PHRASE_PREFIX = 'match_phrase_prefix',
11
- FUZZ = 'fuzz'
+ FUZZ = 'fuzzy',
12
+ STRING_CUSTOM = 'custom'
13
}
0 commit comments