Typesense Instantsearch Adapter Versions Save

A JS adapter library to build rich search interfaces with Typesense and InstantSearch.js

v2.8.0-0

8 months ago
  • Specify engines.node bd84fec
  • Do not set q=* automatically when vector_query is used, since we now support using vector query along with q as of Typesense v0.25 c90f66d
  • Use node 16 e1f838e

https://github.com/typesense/typesense-instantsearch-adapter/compare/v2.7.1...v2.8.0-0

v2.7.1

9 months ago
  • Update typesense-js, to improve caching and reduce duplicate requests in quick succession d5be3f0
  • Add docs for flattenGroupedHits e530140
  • Add ability to turn off group flattening. 04bcb34
  • Add typesenseClient to types de7a1be
  • Add vector_distance and hybrid_search_info to metadata 9d5af24
  • Fix bug with generating renderingContent 49b88f7
  • Set renderingContent.facetOrdering.facets.order based on all search responses, instead of just the first. #173 a5cb07a

Full Changelog: https://github.com/typesense/typesense-instantsearch-adapter/compare/v2.7.0...v2.7.1

v2.7.1-5

9 months ago
  • Update typesense-js, to improve caching and reduce duplicate requests in quick succession d5be3f0
  • Add docs for flattenGroupedHits e530140

https://github.com/typesense/typesense-instantsearch-adapter/compare/v2.7.1-4...v2.7.1-5

v2.7.1-4

10 months ago

v2.7.1-3

10 months ago

v2.7.1-2

10 months ago
  • Add vector_distance and hybrid_search_info to metadata 9d5af24

https://github.com/typesense/typesense-instantsearch-adapter/compare/v2.7.1-1...v2.7.1-2

v2.7.1-1

10 months ago
  • Fix bug with generating renderingContent 49b88f7
  • Fix linting issues 8d6e383

https://github.com/typesense/typesense-instantsearch-adapter/compare/v2.7.1-0...v2.7.1-1

v2.7.1-0

10 months ago
  • Set renderingContent.facetOrdering.facets.order based on all search responses, instead of just the first. #173 a5cb07a

https://github.com/typesense/typesense-instantsearch-adapter/compare/v2.7.0...v2.7.1-0

v2.7.0

11 months ago
  • Return _group_found in hits 5518a61
  • Support for colons in field values, support for special characters in numeric field names. 5c3543a
  • Add support for vector queries 5e83029
  • Merge branch 'master' of github.com:typesense/typesense-instantsearch-adapter 75f063f
  • Update dependencies to resolve #159 d126d0a
  • Add instructions for pagination + vector search 98d29dd
  • Update typesense-js to bring in updated type for preset search param. 80d444a
  • Simplify complex conditional types 4d97a92

https://github.com/typesense/typesense-instantsearch-adapter/compare/v2.7.0-6...v2.7.0

v2.7.0-6

1 year ago