typesense-instantsearch-adapter
typesense-instantsearch-adapter copied to clipboard
A JS adapter library to build rich search interfaces with Typesense and InstantSearch.js
## Description I'm trying to display the first 40 tokens/words from the _content_ of a document by default (before any search) as opposed to the entire content. I've seen previous...
## Description I am trying to select a facet whenever a user comes with a query-based URL. For e.g: /programs/?program=Course. Currently, I am using ais configure with facetFilter and disjunctive-facets-refinements.camel...
Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
## Description I noticed that `regenerator-runtime/runtime.js` appears in our client-side JS bundle, which we don't need because we don't support IE11, and does add a significant amount of unnecessary JS....
## Description TS adapter does not support dynamic widgets which are supposed to reduce network traffic. ## Steps to reproduce Example from https://www.algolia.com/doc/api-reference/widgets/dynamic-facets/js/ Produces the following error: TypesenseInstantsearchAdapter.js:41 Error: 404...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
## Change Summary ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
## 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, attempting to build the example results in...
I'm working with documents that have lots of optional fields, which are often missing. This seems to cause problems on string array fields. In this particular case, I have a...
## Description When using a searchable refinementList and using search inside the facet widget to filter results, the first character is not cleared if holding backspace, removing characters one at...