-
## Description
Hi 👋
I'm having some trouble figuring out how to use one index/collection and two presets. Multiple indices work great, and `collectionSpecificSearchParameters` is really handy fo…
-
## Description
Using typesense-instantsearch-adapter and for longer running queries getting a 500 timed out error after 5 seconds. It seems to match the timeout here int he advanced settings fo…
-
Hi,
This is similar to #189, where i'm using a instantsearch hook useSortBy (i'm on instantsearch 7.4.1) .
my items are:
````
{
label: 'Most recent',
value: `CARROT2024_RECE…
-
## Description
I'm using TypesenseInstantSearchAdapter from 'typesense-instantsearch-adapter' and InstantSearch, useInfiniteHits, useSearchBox from 'react-instantsearch-core' in my react native app…
-
## Description
When using the vector search functionality provided by the Typesense InstantSearch Adapter, I noticed that the facet count does not update based on the vector search result. The face…
-
## Description
Looks like typesense-instantsearch-adapter 2.8.0 doesn't work on WordPress 6.6 RC1. 2.9.0-3 has the same problem.
Please refer to this issue https://github.com/WordPress/gutenberg/i…
-
## Description
The terms that are expected to be highlighted from the query string are not highlighted when I pass a hit from _grouped_hits into the react-instant Highlight element. The top level …
RBSUS updated
4 months ago
-
## Description
`npm install typesense-instantsearch-adapter` provides a dependency that has index.js missing.
This should be fine for TypeScript projects. For pure JavaScript/ReScript projects,
a…
-
- [x] introduce infinite scroll (no pageing)
- [x] default sort by publishing date (oldest to newest)
- [ ] introduce a table view (should be switchable to the grid, default tbd)
-
## Description
Since typesense uses case-insensitive faceting, there often ends up being times where the facet counts are incorrect, and also occasionally duplicate facets (in different cases) will…