Components
<AisInstantSearch>
Wrapper of your search experience
Usage
The AisInstantSerch
components is the entry point of your search experience, it automatically handles all the data hydration and SSR logic for you
MySearchExperience.vue
<template>
<div>
<AisInstantSearch :widgets :configuration :middlewares> </AisInstantSearch>
</div>
</template>
Props
widgets
: Array of Ais Widgetsconfiguration
: InstantSearch configurationmiddlewares
: Optional array of middlewares