Skip to content

Commit 4002ca0

Browse files
committed
deprecated typeahead
1 parent 8469c79 commit 4002ca0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ export class Query extends Entry {
235235

236236
regex(key: string, value: string, options?: string): Query;
237237

238+
/**
239+
* @deprecated since version 3.15.0
240+
*/
238241
search(value: string): Query;
239242

240243
find(fetchOptions?: object): Promise<any>;

0 commit comments

Comments
 (0)