You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseSearchFactoryParams

UseSearchFactoryParams interface

Signature:

export interface UseSearchFactoryParams<RESULT, SEARCH_PARAMS> extends FactoryParams 

Extends: FactoryParams

Properties

Property Modifiers Type Description
search (context: Context, params: SEARCH_PARAMS & { customQuery?: CustomQuery; }) => Promise<RESULT>