Documentation
Preparing search index...
@saltcorn/db-common
dbtypes
Where
Type Alias Where
type
Where
=
{
_fts
?:
{
fields
:
any
[]
;
schema
?:
string
;
searchTerm
:
string
;
table
?:
string
;
}
;
eq
?:
Value
[]
;
not
?:
Where
|
symbol
;
or
?:
Where
[]
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
_
fts?
eq?
not?
or?
Properties
Optional
_
fts
_fts
?:
{
fields
:
any
[]
;
schema
?:
string
;
searchTerm
:
string
;
table
?:
string
}
Optional
eq
eq
?:
Value
[]
Optional
not
not
?:
Where
|
symbol
Optional
or
or
?:
Where
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
fts
eq
not
or
Documentation
Loading...