IndexableDocument
Home > @backstage/plugin-search-common
> IndexableDocument
Properties related to indexing of documents. This type is only useful for backends working directly with documents being inserted or retrieved from search indexes. When dealing with documents in the frontend, use SearchDocument.
Signature:
export type IndexableDocument = SearchDocument & {
authorization?: {
resourceRef: string;
};
};
References: SearchDocument