-
## Description
I have a problem with use the lib with vue3, I use the js lib with vue2 and found.
## Steps to reproduce
Old project
https://github.com/agucova/regulf-neo
New project
http…
-
## Description
If you try and sort results by a float field, the collection remains unsorted.
## Steps to reproduce
Include a float field in a collection, search that collection, and try sort…
-
## Description
Trying to set up an interface using Typesense + Instantsearch Adapter + Vue.js + vue-instantsearch, but the error is
## Steps to reproduce
Import CDN links for Vue JS, IS Adap…
mazib updated
3 years ago
-
## Description
Hi, I am trying to implement autocomplete using algolia's autocomplete and typesense. These are two links that I gotten the code snippets from
https://codesandbox.io/s/github/algol…
-
## Description
We are trying to add structured results like the extra information displayed apart from query results by search engines like Google, Bing and DuckDuckGo.
![image](https://user-ima…
-
Hello!
I would like to know if this if there a way to access the text_match score under the transformItems() when using Instantsearch + Typesense adapter. The purpose of this to do additional clie…
-
'filters' don't seem to be working for me. numericFilters generate an error. facetFilters do work.
example:
`configure({ filters: 'price >= 200', numericFilters: ["price >= 500"], facetFilters: […
-
With several other search clients (e.g., Algolia's), search results are cached on the client. This way, users don't need to perform unnecessary search requests (e.g., when deleting the last character …
-
I'm currently working on a Strapi project that requires search-engine integration. My initial plan was to go with Meilisearch, but unfortunately the project is heavily dependent on GeoLocation querie…
-
## Description
I would like to implement a multi index search using the following component from instantsearch: https://www.algolia.com/doc/api-reference/widgets/index-widget/vue/
The issue is: …