<div class="app-search">
<div class="app-search-bar">
<!-- NOTE :value is only needed if using query params -->
<input
type="text"
placeholder="Type something and press enter to search"
v-on:input="textSearch('FILTER_NAME_HERE', $event, 'INDEX_NAME_HERE')"
/>
</div>
</div>
appSearch: {
field: 'name, description, propertyType, summary',
component: 'textSearch',
},