Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 696 Bytes

search-core.providecore.md

File metadata and controls

28 lines (16 loc) · 696 Bytes

Home > @yext/search-core > provideCore

provideCore() function

The entrypoint to the search-core library.

Signature:

export declare function provideCore(config: SearchConfig): SearchCore;

Parameters

Parameter Type Description
config SearchConfig The search-core config

Returns:

SearchCore

Remarks

Returns an SearchCore instance.