In V2 and below of Vue instantsearch, I could get a value from the URL and have it appear in the search input, which caused the results to be filtered based on the term.
:query-parameters="{
distinct: true,
query: this.queryParam,
}"
In V3, you don’t seem to be able to do this any more. From what I have read in the docs, you can use the ais-configure component to do this, but I have tried every variation to get this working. Does anyone know if it’s still possible and what the new syntax is?
Thanks!