Fast-DB Batch Search Client - v3.1.0
GitHub
npm
LLM Guide
Preparing search index...
BatchSearchQuery
Interface BatchSearchQuery
Types for Fast-DB Batch Search API
interface
BatchSearchQuery
{
$fuzzy
?:
boolean
;
$node_field
:
string
;
$node_query
:
string
;
$results_per_query
?:
number
;
$target_field
:
string
;
$target_queries
:
string
[]
;
}
Index
Properties
$fuzzy?
$node_
field
$node_
query
$results_
per_
query?
$target_
field
$target_
queries
Properties
Optional
$fuzzy
$fuzzy
?:
boolean
$node_
field
$node_field
:
string
$node_
query
$node_query
:
string
Optional
$results_
per_
query
$results_per_query
?:
number
$target_
field
$target_field
:
string
$target_
queries
$target_queries
:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
$fuzzy
$node_
field
$node_
query
$results_
per_
query
$target_
field
$target_
queries
GitHub
npm
LLM Guide
Fast-DB Batch Search Client - v3.1.0
Loading...
Types for Fast-DB Batch Search API