mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 19:32:56 +00:00
docs: fix full-text search (Native FTS) TypeScript doc error (#1992)
Fix ``` Cannot find name 'queryType'.ts(2304) any ```
This commit is contained in:
@@ -50,7 +50,7 @@ Consider that we have a LanceDB table named `my_table`, whose string column `tex
|
||||
});
|
||||
|
||||
await tbl
|
||||
.search("puppy", queryType="fts")
|
||||
.search("puppy", "fts")
|
||||
.select(["text"])
|
||||
.limit(10)
|
||||
.toArray();
|
||||
|
||||
Reference in New Issue
Block a user