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
feat: add warning for individual pagination with union search
- expose logger property in apicall and multisearch classes
- warn when individual search pagination parameters are used with union: true
- add helper method to detect pagination parameters in search objects
- add test for warning scenarios
"Individual `searches` pagination parameters are ignored when `union: true` is set. Use a top-level pagination parameter instead. See https://typesense.org/docs/29.0/api/federated-multi-search.html#union-search"
"Individual `searches` pagination parameters are ignored when `union: true` is set. Use a top-level pagination parameter instead. See https://typesense.org/docs/29.0/api/federated-multi-search.html#union-search"
259
+
);
260
+
});
261
+
262
+
it("does not warn when union: true is used without individual search pagination",asyncfunction(){
0 commit comments