Backstage
Docs
Github
Preparing search index...
@backstage/plugin-search-backend-module-pg
index
PgSearchQuery
Interface PgSearchQuery
interface
PgSearchQuery
{
fields
?:
Record
<
string
,
string
|
string
[]
>
;
limit
:
number
;
normalization
?:
number
;
offset
:
number
;
options
:
PgSearchHighlightOptions
;
pgTerm
?:
string
;
types
?:
string
[]
;
}
Index
Properties
fields?
limit
normalization?
offset
options
pg
Term?
types?
Properties
Optional
fields
fields
?:
Record
<
string
,
string
|
string
[]
>
limit
limit
:
number
Optional
normalization
normalization
?:
number
offset
offset
:
number
options
options
:
PgSearchHighlightOptions
Optional
pg
Term
pgTerm
?:
string
Optional
types
types
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fields
limit
normalization
offset
options
pg
Term
types
Docs
Github
Backstage
Loading...