Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / docs / loadSearchIndex

Function: loadSearchIndex()

loadSearchIndex(): SearchIndex

Defined in: packages/b2c-tooling-sdk/src/docs/search.ts:246

Loads the combined search index from every bundled corpus directory.

Combines the Script API reference, standard job steps, Developer Center guides, and this project's own docs so all are searchable through the same functions. Corpora that have not been generated are skipped.

Returns

SearchIndex

The combined search index with all documentation entries

Released under the Apache-2.0 License.