You've already forked search-query-parser
Allow for tokenized string
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -18,7 +18,7 @@ export interface SearchParserOffset {
|
||||
}
|
||||
|
||||
export interface SearchParserResult extends ISearchParserDictionary {
|
||||
text?: string;
|
||||
text?: string | string[];
|
||||
offsets?: SearchParserOffset[];
|
||||
exclude?: ISearchParserDictionary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user