Skip to content

Commit da0d6bd

Browse files
algolia-botfebeck
andcommitted
Merge branch 'main' into docs/analytics/update_max_pagination_query_limit (generated)
Co-authored-by: Fernando Beck <[email protected]>
1 parent 031d951 commit da0d6bd

File tree

15 files changed

+938
-488
lines changed

15 files changed

+938
-488
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Clients/AnalyticsClient.cs

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-go/algolia/analytics/api_analytics.go

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-java/algoliasearch/src/main/java/com/algolia/api/AnalyticsClient.java

Lines changed: 128 additions & 64 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-javascript/packages/client-analytics/model/clientMethodProps.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ export type GetSearchesNoClicksProps = {
304304
*/
305305
endDate?: string;
306306
/**
307-
* Number of items to return.
307+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
308308
*/
309309
limit?: number;
310310
/**
311-
* Position of the first item to return.
311+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
312312
*/
313313
offset?: number;
314314
/**
@@ -334,11 +334,11 @@ export type GetSearchesNoResultsProps = {
334334
*/
335335
endDate?: string;
336336
/**
337-
* Number of items to return.
337+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
338338
*/
339339
limit?: number;
340340
/**
341-
* Position of the first item to return.
341+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
342342
*/
343343
offset?: number;
344344
/**
@@ -374,11 +374,11 @@ export type GetTopCountriesProps = {
374374
*/
375375
endDate?: string;
376376
/**
377-
* Number of items to return.
377+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
378378
*/
379379
limit?: number;
380380
/**
381-
* Position of the first item to return.
381+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
382382
*/
383383
offset?: number;
384384
/**
@@ -408,11 +408,11 @@ export type GetTopFilterAttributesProps = {
408408
*/
409409
endDate?: string;
410410
/**
411-
* Number of items to return.
411+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
412412
*/
413413
limit?: number;
414414
/**
415-
* Position of the first item to return.
415+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
416416
*/
417417
offset?: number;
418418
/**
@@ -446,11 +446,11 @@ export type GetTopFilterForAttributeProps = {
446446
*/
447447
endDate?: string;
448448
/**
449-
* Number of items to return.
449+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
450450
*/
451451
limit?: number;
452452
/**
453-
* Position of the first item to return.
453+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
454454
*/
455455
offset?: number;
456456
/**
@@ -480,11 +480,11 @@ export type GetTopFiltersNoResultsProps = {
480480
*/
481481
endDate?: string;
482482
/**
483-
* Number of items to return.
483+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
484484
*/
485485
limit?: number;
486486
/**
487-
* Position of the first item to return.
487+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
488488
*/
489489
offset?: number;
490490
/**
@@ -522,11 +522,11 @@ export type GetTopHitsProps = {
522522
*/
523523
endDate?: string;
524524
/**
525-
* Number of items to return.
525+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
526526
*/
527527
limit?: number;
528528
/**
529-
* Position of the first item to return.
529+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
530530
*/
531531
offset?: number;
532532
/**
@@ -568,11 +568,11 @@ export type GetTopSearchesProps = {
568568
*/
569569
direction?: Direction;
570570
/**
571-
* Number of items to return.
571+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
572572
*/
573573
limit?: number;
574574
/**
575-
* Position of the first item to return.
575+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
576576
*/
577577
offset?: number;
578578
/**

clients/algoliasearch-client-javascript/packages/client-analytics/src/analyticsClient.ts

Lines changed: 31 additions & 29 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/api/AnalyticsClient.kt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ public class AnalyticsClient(
414414
* @param index Index name.
415415
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
416416
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
417-
* @param limit Number of items to return. (default to 10)
418-
* @param offset Position of the first item to return. (default to 0)
417+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
418+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
419419
* @param tags Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
420420
* @param requestOptions additional request configuration.
421421
*/
@@ -447,8 +447,8 @@ public class AnalyticsClient(
447447
* @param index Index name.
448448
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
449449
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
450-
* @param limit Number of items to return. (default to 10)
451-
* @param offset Position of the first item to return. (default to 0)
450+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
451+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
452452
* @param tags Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
453453
* @param requestOptions additional request configuration.
454454
*/
@@ -503,8 +503,8 @@ public class AnalyticsClient(
503503
* @param index Index name.
504504
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
505505
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
506-
* @param limit Number of items to return. (default to 10)
507-
* @param offset Position of the first item to return. (default to 0)
506+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
507+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
508508
* @param tags Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
509509
* @param requestOptions additional request configuration.
510510
*/
@@ -537,8 +537,8 @@ public class AnalyticsClient(
537537
* @param search Search query.
538538
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
539539
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
540-
* @param limit Number of items to return. (default to 10)
541-
* @param offset Position of the first item to return. (default to 0)
540+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
541+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
542542
* @param tags Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
543543
* @param requestOptions additional request configuration.
544544
*/
@@ -573,8 +573,8 @@ public class AnalyticsClient(
573573
* @param search Search query.
574574
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
575575
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
576-
* @param limit Number of items to return. (default to 10)
577-
* @param offset Position of the first item to return. (default to 0)
576+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
577+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
578578
* @param tags Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
579579
* @param requestOptions additional request configuration.
580580
*/
@@ -609,8 +609,8 @@ public class AnalyticsClient(
609609
* @param search Search query.
610610
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
611611
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
612-
* @param limit Number of items to return. (default to 10)
613-
* @param offset Position of the first item to return. (default to 0)
612+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
613+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
614614
* @param tags Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
615615
* @param requestOptions additional request configuration.
616616
*/
@@ -646,8 +646,8 @@ public class AnalyticsClient(
646646
* @param revenueAnalytics Whether to include revenue-related metrics in the response. If true, metrics related to click and conversion events are also included in the response. (default to false)
647647
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
648648
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
649-
* @param limit Number of items to return. (default to 10)
650-
* @param offset Position of the first item to return. (default to 0)
649+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
650+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
651651
* @param tags Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
652652
* @param requestOptions additional request configuration.
653653
*/
@@ -686,8 +686,8 @@ public class AnalyticsClient(
686686
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
687687
* @param orderBy Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available. (default to searchCount)
688688
* @param direction Sorting direction of the results: ascending or descending. (default to asc)
689-
* @param limit Number of items to return. (default to 10)
690-
* @param offset Position of the first item to return. (default to 0)
689+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
690+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
691691
* @param tags Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
692692
* @param requestOptions additional request configuration.
693693
*/

0 commit comments

Comments
 (0)