meilisearch / documentation

Meilisearch documentation
https://docs.meilisearch.com
MIT License
147 stars 241 forks source link

Remove default order for searchableAttributes following v1.9.0 #2982

Open dureuill opened 1 month ago

dureuill commented 1 month ago

Hello :wave:

As of v1.9.0, all fields now have the same impact on relevancy when searchableAttributes: ["*"].

This change is detailed in https://github.com/meilisearch/meilisearch/issues/4639 and was implemented in the docs in https://github.com/meilisearch/documentation/issues/2852

However, it looks like the phrasing "all attributes are automatically added to the searchableAttributes list in their order of appearance" remains ambiguous: see issue here and should probably be updated to specify that all fields will then have the same weight.