Skip to content

Releases: meilisearch/meilisearch-js

v0.34.1 ๐ŸŒป

07 Aug 15:33
d82d350
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

Thanks again to @94noni, @CaroFG, @atoulmet, @bidoubiwa and @nicolasvienot! ๐ŸŽ‰๐ŸŽ‰

v0.34.0 ๐ŸŒป

31 Jul 13:19
4639c71
Compare
Choose a tag to compare

This version introduces features released on Meilisearch v1.3.0 ๐ŸŽ‰
Check out the changelog of Meilisearch v1.3.0 for more information on the changes.
โš ๏ธ If you want to adopt new features of this release, update the Meilisearch server to the according version.

โš ๏ธ Breaking changes

๐Ÿš€ Enhancements

  • Add a new method searchForFacetValues providing the possibility to search for facet values of a specific facet. #1513
  • (type) Add sortFacetValuesBy as a faceting setting parameters. Which lets you order your facet values by alpha or count. #1536
  • (type) Add attributesToSearchOn as a search parameter to limit in which fields to search. #1538
  • (type) Add total in the return object of getTasks to know how many tasks were found. #1539
  • (type) Add showRankingScore as a search parameter to receive the ranking score of the hits in the _rankingScore hit field. #1537
  • [EXPERIMENTAL] (type) Add vector as a search parameter to enable vector search.
  • [EXPERIMENTAL] (type) Add showRankingScoreDetails as a search parameter to receive the details of the ranking score of the hits in _rankingScoreDetails hit field. #1537

๐Ÿ› Bug Fixes

Thanks again to @bidoubiwa, @brunoocasali, @maryamsulemani97, @meili-bors[bot], and @riccox! ๐ŸŽ‰

v0.35.0-v1.3.0-pre-release.1

18 Jul 09:24
Compare
Choose a tag to compare
Pre-release

๐Ÿ› Bug Fixes

  • fix(type): make vector optional in search response.

v0.35.0-v1.3.0-pre-release.0

13 Jul 09:10
Compare
Choose a tag to compare
Pre-release

This version introduces features released on Meilisearch v1.3.0.rc.1 ๐ŸŽ‰
Check out the changelog of Meilisearch v1.3.0 for more information on the changes.
โš ๏ธ If you want to adopt new features of this release, update the Meilisearch server to the according version.

๐Ÿš€ Enhancements

  • Add a new method searchForFacetValues providing the possibility to search for facet values of a specific facet. #1513
  • (type) Add sortFacetValuesBy as a faceting setting parameters. Which lets you order your facet values by alpha or count. #1536
  • (type) Add attributesToSearchOn as a search parameter to limit in which fields to search. #1538
  • (type) Add total in the return object of getTasks to know how many tasks were found. #1539
  • (type) Add showRankingScore as a search parameter to receive the ranking score of the hits in the _rankingScore hit field. #1537
  • [EXPERIMENTAL] (type) Add vector as a search parameter to enable vector search.
  • [EXPERIMENTAL] (type) Add showRankingScoreDetails as a search parameter to receive the details of the ranking score of the hits in _rankingScoreDetails hit field. #1537

v0.33.0-prototype-search-for-facet-values.1

08 Jun 12:43
60fbebc
Compare
Choose a tag to compare

This version is compatible with the prototype-search-for-facet-values branch of Meilisearch. To use it, either compile the branch or use the docker image.

๐Ÿš€ Enhancements

  • New error codes #1513
  • New parameter in the search parameters to sort the facets distribution

โš ๏ธ Breaking changes

  • method index.searchForFacetvalue is now named index.searchForFacetvalues #1513

Thanks again to @bidoubiwa! ๐ŸŽ‰

v0.33.0-prototype-search-for-facet-values.0

06 Jun 13:54
e4341e7
Compare
Choose a tag to compare

This version is compatible with the prototype-search-for-facet-values branch of Meilisearch. To use it, either compile the branch or use the docker image.

๐Ÿš€ Enhancements

  • new method index.searchForFacetvalue #1513

Thanks again to @bidoubiwa! ๐ŸŽ‰

v0.33.0 ๐ŸŒป

05 Jun 12:10
d85d9b8
Compare
Choose a tag to compare

This version introduces features released on Meilisearch v1.2.0 ๐ŸŽ‰
Check out the changelog of Meilisearch v1.2.0 for more information on the changes.
โš ๏ธ If you want to adopt new features of this release, update the Meilisearch server to the according version.

๐Ÿš€ Enhancements

  • The first parameter of the method deleteDocuments(params) now supports two different types. Either an array of document ID's or an object containing a filter field. The filter field works precisely like the filter field used on the search method (see the docs on how to use filters) and lets you determine which documents should be deleted. โš ๏ธ Still, even being supported, the ability to receive an array of document ID's is deprecated and should be changed to an object containing the filter field. #1492 @bidoubiwa

  • getDocuments(parameters: DocumentsQuery), now accepts a new filter field to filter the documents you'd like to fetch. The filter field works precisely like the filter field used on the search method (see the docs on how to use filters). #1493 @bidoubiwa

These feature requires a Meilisearch server version greater than v1.2.

๐Ÿ› Bug Fixes

  • Fixes the expiresAt UNIX timestamp used for tenant token generation from miliseconds to seconds (#1502) @roy9495
  • Feat/native fetch with nitro support (#1503) @icyJoseph

Thanks again to @amit-ksh, @bidoubiwa, @brunoocasali, @icyJoseph, @meili-bors[bot], and @roy9495! ๐ŸŽ‰

v0.32.5 ๐ŸŒป

29 May 15:45
e9038f9
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

  • Remove conditional loading for fetch polyfill, which resolved in built fails in some environments (#1499) @bidoubiwa

Thanks again to @bidoubiwa, @meili-bors[bot] ! ๐ŸŽ‰

v0.32.4 ๐ŸŒป

23 May 10:34
f2ef0d2
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

  • Add conditional loading for cross-fetch/polyfill - favour native fetch (#1488) @icyJoseph

Thanks again to @bidoubiwa, @icyJoseph, and @smultar! ๐ŸŽ‰

v0.32.3 ๐ŸŒป

08 Apr 15:59
d9a0560
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

  • Fix multiSearch to allow using host config with path (#1479) @bb

Thanks again to @bb, @meili-bors[bot] ! ๐ŸŽ‰