Fast-DB Batch Search Client - v3.1.0
GitHub
npm
LLM Guide
Preparing search index...
QueryRequest
Interface QueryRequest
interface
QueryRequest
{
include_metrics
?:
boolean
;
query
:
{
$from
:
string
|
string
[]
;
$join
?:
JoinCondition
[]
;
$limit
?:
number
;
$orderBy
?:
Record
<
string
,
number
>
;
$select
:
string
[]
|
Record
<
string
,
string
>
;
$where
:
{
$batch
:
BatchSearchQuery
}
;
}
;
}
Index
Properties
include_
metrics?
query
Properties
Optional
include_
metrics
include_metrics
?:
boolean
query
query
:
{
$from
:
string
|
string
[]
;
$join
?:
JoinCondition
[]
;
$limit
?:
number
;
$orderBy
?:
Record
<
string
,
number
>
;
$select
:
string
[]
|
Record
<
string
,
string
>
;
$where
:
{
$batch
:
BatchSearchQuery
}
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
include_
metrics
query
GitHub
npm
LLM Guide
Fast-DB Batch Search Client - v3.1.0
Loading...