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
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
docs(android, swift): Add warning about write operations
Write operations are still documented, but the user is warned that she should consider updating indices from the back-end, rather than the front-end.
[This list might not be relevant]
docs(android, swift): Add warning about write operations
Write operations are still documented, but the user is warned that she should consider updating indices from the back-end, rather than the front-end.
docs(android, swift): Fix hidden sections
- Admin key-only operations are not available => hide them from the TOC.
- Multiple queries *are* available => restore them. [ci skip]
The resulting JSON answer contains a ```results``` array storing the underlying queries answers. The answers order is the same than the requests order.
1785
+
1786
+
You can specify a `strategy` parameter to optimize your multiple queries:
1787
+
- `none`:Execute the sequence of queries until the end.
1788
+
- `stopIfEnoughMatches`:Execute the sequence of queries until the number of hits is reached by the sum of hits.
0 commit comments