v1.35.0
Meilisearch v1.35.0 contains improvements to the observability of the search performance, a breaking change to the recently introduced POST /indexes/<index_uid>/fields route, and other bugfixes and improvements.
🌈 Improvements
Observe the search performance
The search routes accept a new field named showPerformanceDetails. When set to true, the search response contains a performance trace, allowing the user to better
understand what takes time during a search query.
impacted routes:
POST /indexes/<index_uid>/searchGET /indexes/<index_uid>/searchPOST /multi-searchPOST /indexes/<index_uid>/similarGET /indexes/<index_uid>/similar
Search
routes: POST /indexes/<index_uid>/search and GET /indexes/<index_uid>/search
Request
new request parameters:
showPerformanceDetails:true/ (boolean)