meilisearch-vue
                                
                                 meilisearch-vue copied to clipboard
                                
                                    meilisearch-vue copied to clipboard
                            
                            
                            
                        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](https://codesandbox.io/embed/6c96p?file=/src/index.js&codemirror=1)
When i try to type fast, it would automatically snapback and cancel my typing and replace the text with what the server respond with. I'm not sure where to look...
The demos section of the README might be out of date
Hello all, Currently I have a filter in my ais-instant-search defined as follows: ``` {{ This-Is-Where-I-Want-Access-To-Search-Results }} Brands: .......... ``` What I want to do is hide the div with...
Hey, I am using meilisearch in my laravel jetstream project and installed meilisearch instantsearch as documented. I saw that your documentation is another syntax than possible in Vue3, mine looks...
# Pull Request ## Related issue Fixes #117 ## What does this PR do? Update the vue 3 getting started sample code from vue 2 in README.md ## PR checklist...
The `getting_started_front_end_integration_md` code sample is currently only compatible with Vue 2. We should also provide code accomplishing the same thing that works with Vue 3. This code can be added...
**Description** **VueInstantSearch** for Vue3 does not behave as a Vue plugin since it is not a function or has an `install` function. For making, it works properly, additional steps are...
# Pull Request ## Related issue Fixes #126 ## What does this PR do? - Add the required `.searchClient` to `instantMeiliSearch()` - Add the omitted `instantsearch.css` dependency in the README...
**Description** I'm using `ais-refinement-list` to show the facets but the problem here is that the keys are objects on meilisearch server for example key called brand is the object and...