mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
fulltext search doc update.
This commit is contained in:
committed by
Masahiro Wakame
parent
3faa118b04
commit
1b16a4f065
Vendored
+2
-2
@@ -35,7 +35,7 @@ interface StoreSchemaJson {
|
||||
interface DatabaseSchemaJson {
|
||||
version?: number;
|
||||
stores: StoreSchemaJson[];
|
||||
fullTextCatalogs?: FullTextCatalog;
|
||||
fullTextCatalogs?: FullTextCatalog[];
|
||||
}
|
||||
|
||||
interface StorageOptions {
|
||||
@@ -237,7 +237,7 @@ declare namespace ydn.db {
|
||||
|
||||
run(callback: (iStorage: ydn.db.Storage) => void, store_names: string[], mode: TransactionMode): Request;
|
||||
|
||||
search(catalog_name: string): Request;
|
||||
search(catalog_name: string, query: string, limit?: number, threshold?: number): Request;
|
||||
|
||||
setName(name: string): any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user