Skip to content

Commit d5f7fb3

Browse files
committed
fix(search): updated SearchAlgo enum
1 parent 426b628 commit d5f7fb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/model/search-algo.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ export enum SearchAlgo {
88
QUERY_STRING = 'query_string',
99
TERM = 'term',
1010
MATCH_PHRASE_PREFIX = 'match_phrase_prefix',
11-
FUZZ = 'fuzz'
11+
FUZZ = 'fuzzy',
12+
STRING_CUSTOM = 'custom'
1213
}

0 commit comments

Comments
 (0)