@types/flexsearch
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -361,6 +361,6 @@ // Type definitions for flexsearch 0.7 | ||
removeAsync(target: Id | T, callback?: AsyncCallback): Promise<this>; | ||
searchAsync( | ||
searchAsync<Enrich extends boolean = false>( | ||
query: string, | ||
options: string[] | Partial<DocumentSearchOptions<boolean>> | ||
): Promise<SimpleDocumentSearchResultSetUnit[]>; | ||
options: string[] | Partial<DocumentSearchOptions<Enrich>> | ||
): Promise<DocumentSearchResult<T, Store, Enrich>>; | ||
searchAsync( | ||
@@ -377,6 +377,2 @@ query: string, | ||
query: string, | ||
options: Partial<DocumentSearchOptions<Enrich>> | ||
): Promise<DocumentSearchResult<T, Store, Enrich>>; | ||
searchAsync<Enrich extends boolean = false>( | ||
query: string, | ||
options: Partial<DocumentSearchOptions<Enrich>>, | ||
@@ -383,0 +379,0 @@ callback: AsyncCallback<DocumentSearchResult<T, Store, Enrich>> |
{ | ||
"name": "@types/flexsearch", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "TypeScript definitions for flexsearch", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flexsearch", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f5a0e7cd41153be035db2b78c4364cd749d683c6ae0b2143bd7700e2e2e28818", | ||
"typesPublisherContentHash": "e20d0f8c1aea3f007d794c3901619528980a9d6d9c012b3f410fe763d0047bc3", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 16 Sep 2021 04:31:20 GMT | ||
* Last updated: Fri, 29 Oct 2021 03:01:19 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15450
356