Tags: mayhemheroes/milli
Tags
Merge meilisearch#519 519: Release v0.26.4: returns facets even when there is no value associated to it + bug fix during indexation + bug fix on typo-tolerance r=Kerollmops a=curquiza I cherry-picked the commits from these PRs - meilisearch#518 - meilisearch#522 - meilisearch#520 `release-v0.26.4` has been started from the tag `v0.26.3` and not from main The release tag `v0.26.4` will be done on the branch `release-v0.26.4` once this PR is merge Co-authored-by: Kerollmops <clement@meilisearch.com> Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com> Co-authored-by: ad hoc <postma.marin@protonmail.com>
Merge meilisearch#510 510: v0.26.3 release: normalizes exact word r=Kerollmops a=curquiza `release-v0.26.3` is originated from `v0.26.2` and not from `main` Add the commits of - meilisearch#505 - meilisearch#514 And update the version in every concerned files The tag `v0.26.3` will be created once this PR is merged and will be done on the `release-v0.26.3` branch Co-authored-by: ad hoc <postma.marin@protonmail.com> Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com> Co-authored-by: Tamo <tamo@meilisearch.com>
Merge meilisearch#498 498: Get rid of the threshold when comparing benchmarks r=curquiza a=irevoire It just hides things Co-authored-by: Tamo <tamo@meilisearch.com>
Merge pull request meilisearch#502 from meilisearch/add-typo-fix2 v0.26.2 release: includes the typo-tolerance fix
Merge pull request meilisearch#497 from meilisearch/v0.26.1 Update version for the next release (v0.26.1)
Merge meilisearch#487 487: Update version (v0.26.0) r=Kerollmops a=curquiza breaking because of meilisearch#458 Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Merge meilisearch#486 486: Update version (v0.25.0) r=curquiza a=curquiza v0.25.0 will be released once meilisearch#478 is merged Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Merge meilisearch#479 479: Update version (v0.24.1) r=Kerollmops a=curquiza From v0.23.1 to v0.24.1 since we had an issue with the versionning for the previous release Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Merge meilisearch#468 468: Add a new error message when the filterableAttributes are empty r=Kerollmops a=brunoocasali Fixes meilisearch/meilisearch#2140 Is there a good way to reduce de duplication here? Maybe adding a shared function? I don't know the best and idiomatic way to do that, I appreciate any tip! Another doubt is related to the duplication of the calling: ```rs // filter.rs:373 FilterError::AttributeNotFilterable { attribute, filterable: filterable_fields.into_iter().collect::<Vec<_>>().join(" "), }, ``` and ```rs // filter.rs:424 return Err(point[0].as_external_error(FilterError::AttributeNotFilterable { attribute: "_geo", filterable: filterable_fields.into_iter().collect::<Vec<_>>().join(" "), }))?; ``` I think we could make the `filterable_fields.into_iter().collect::<Vec<_>>().join(" ")` directly into the error handling like the sortable error. I made it into the last commit, if this is something to avoid, let me know and I can remove it :) Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Merge meilisearch#452 452: bump milli r=curquiza a=irevoire Co-authored-by: Irevoire <tamo@meilisearch.com>
PreviousNext