PgSearchQueryTranslatorOptions
Home > @backstage/plugin-search-backend-module-pg
> PgSearchQueryTranslatorOptions
Options available for the Postgres specific query translator.
Signature:
export type PgSearchQueryTranslatorOptions = {
highlightOptions: PgSearchHighlightOptions;
};
References: PgSearchHighlightOptions