We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7be953 commit a67fdd3Copy full SHA for a67fdd3
templates/javascript/clients/client/api/helpers.mustache
@@ -226,7 +226,7 @@ browseRules(
226
requestOptions
227
);
228
},
229
- validate: (response) => response.nbHits < params.hitsPerPage,
+ validate: (response) => response.hits.length < params.hitsPerPage,
230
...browseRulesOptions,
231
});
232
@@ -271,7 +271,7 @@ browseSynonyms(
271
params.page += 1;
272
return resp;
273
274
275
...browseSynonymsOptions,
276
277
0 commit comments