Composables

useAisInstantSearch

Instant Search composable

Usage

MyComponent.vue
<script setup lang="ts">
const { getInstance } = useAisInstantSearch();
</script>

Access current InstantSearchInstance and tap into its reactive state in real time


Copyright © 2023