Skip to content

Releases: meilisearch/meilisearch-js-plugins

@meilisearch/instant-meilisearch@0.29.0

03 Nov 10:42

Choose a tag to compare

Minor Changes

  • caf1e80: Add support for insidePolygon filter to geosearch

@meilisearch/instant-meilisearch@0.28.0

24 Sep 08:25

Choose a tag to compare

Minor Changes

  • 81420d8: Bump meilisearch to v0.53
  • 8d9c32a: handle per-index meilisearch params configuration

Example: overriding meiliSearchParams per index

const client = instantMeiliSearch("host", "key", { meiliSearchParams: { indexesOverrides: { products: { matchingStrategy: MatchingStrategies.ALL }, categories: { matchingStrategy: MatchingStrategies.LAST }, }, }, }).searchClient

Patch Changes

@meilisearch/instant-meilisearch@0.27.0

10 Jun 05:28
8f05082

Choose a tag to compare

Minor Changes

  • 9bcef24: Bump meilisearch dependency to v0.51

@meilisearch/instant-meilisearch@0.26.0

15 Apr 06:36
1823e18

Choose a tag to compare

Minor Changes

  • 3085de3: Bump meilisearch to v0.50.0

@meilisearch/instant-meilisearch@0.25.0

18 Feb 05:12
ed904dc

Choose a tag to compare

Minor Changes

@meilisearch/instant-meilisearch@0.24.0

22 Jan 07:57
67c9478

Choose a tag to compare

Minor Changes

  • fe45115: - Jest -> Vitest
    • Rollup -> Vite
    • "type": "module"
    • update meilisearch-js to latest version
    • update everything else that caused a conflict to the latest version, and adapt code

@meilisearch/autocomplete-client@0.6.0

22 Jan 07:57
67c9478

Choose a tag to compare

Minor Changes

  • fe45115: - Jest -> Vitest
    • Rollup -> Vite
    • "type": "module"
    • update meilisearch-js to latest version
    • update everything else that caused a conflict to the latest version, and adapt code

Patch Changes

  • Updated dependencies [fe45115]
    • @meilisearch/instant-meilisearch@0.24.0

@meilisearch/autocomplete-client@0.5.0

27 Dec 10:04
bf6cf6b

Choose a tag to compare

Minor Changes

@meilisearch/instant-meilisearch@0.23.0

24 Dec 09:08
f64b254

Choose a tag to compare

Minor Changes

  • a794b88: Update meilisearch-js to v0.47
  • f966050: Use Meilisearch v1.12 new highlight behavior

@meilisearch/instant-meilisearch@0.22.0

28 Oct 22:07
b5d3a42

Choose a tag to compare

Minor Changes

  • 5b56a06: Update meilisearch version to v0.45.0