You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1472: Update version for the next release (v0.32.1) r=bidoubiwa a=meili-bot
## 🚀 Enhancements
- New search response field `facetStats` provides `min` and `max` value for facets with numeric attributes #1459
- New method `client.multiSearch()` provides the possibility to make multiple request at once #1458
Example:
```js
client.multiSearch({ queries: [
{
indexUid: 'movies',
q: 'pooh'
},
{
indexUid: 'movies',
q: 'nemo'
},
{
indexUid: 'movie_ratings',
q: 'us'
},
]}
)
```
Co-authored-by: meili-bot <[email protected]>
0 commit comments