meilisearch-vue icon indicating copy to clipboard operation
meilisearch-vue copied to clipboard

Results 10 meilisearch-vue issues
Sort by recently updated
recently updated
newest added

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)

bug
needs investigation

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...

bug
documentation

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...

bug

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...

bug

# 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...

documentation
enhancement
hacktoberfest

**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...

documentation

# 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...

support
stale