Open seifrached opened 2 years ago
Hello! It should be working the vue-instantsearch geo search widget. Can you confirm?
Hello! It should be working the vue-instantsearch geo search widget. Can you confirm?
I try but the state always empty !
This is my searchClient instance:
searchClient: instantMeiliSearch('http://localhost:7700', null),
Mmh, not sure why. By following this as well: https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/vue-instantsearch/geo-search?file=/src/main.js:0-23 ?
Mmh, not sure why. By following this as well: https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/vue-instantsearch/geo-search?file=/src/main.js:0-23 ?
Yeah, I do the same but the the state 'items' in this case is undefined !
Thanks a lot I will investigate this as soon as I can
Hey @seifrached I'm sorry I did not have time to look at this issue. I put it on my todo but I make it open for contribution during hacktorberfest
Hi 👋
It’s possible to add geosearch widget with meilisearch instance using vue like this example ?
https://codesandbox.io/embed/6c96p?file=/src/index.js&codemirror=1