From 8baf6c815220b4b90b17daf5fe5a5cb6221a0db3 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 13 Jan 2025 12:48:49 +0000 Subject: [PATCH] fix(specs): optionalFilters additional explanation [skip-bc] (generated) https://github.com/algolia/api-clients-automation/pull/4353 Co-authored-by: algolia-bot Co-authored-by: Kai Welke Co-authored-by: shortcuts --- packages/algoliasearch/lite/model/optionalFilters.ts | 2 +- packages/client-composition/model/optionalFilters.ts | 2 +- packages/client-search/model/optionalFilters.ts | 2 +- packages/recommend/model/optionalFilters.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/algoliasearch/lite/model/optionalFilters.ts b/packages/algoliasearch/lite/model/optionalFilters.ts index 35275edcc..677b9239c 100644 --- a/packages/algoliasearch/lite/model/optionalFilters.ts +++ b/packages/algoliasearch/lite/model/optionalFilters.ts @@ -1,6 +1,6 @@ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. /** - * Filters to promote or demote records in the search results. Optional filters work like facet filters, but they don\'t exclude records from the search results. Records that match the optional filter rank before records that don\'t match. If you\'re using a negative filter `facet:-value`, matching records rank after records that don\'t match. - Optional filters don\'t work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. - Optional filters don\'t work with numeric attributes. + * Filters to promote or demote records in the search results. Optional filters work like facet filters, but they don\'t exclude records from the search results. Records that match the optional filter rank before records that don\'t match. If you\'re using a negative filter `facet:-value`, matching records rank after records that don\'t match. - Optional filters don\'t work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. - Optional filters are applied _before_ custom ranking attributes (in the default [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). - Optional filters don\'t work with numeric attributes. */ export type OptionalFilters = Array | string; diff --git a/packages/client-composition/model/optionalFilters.ts b/packages/client-composition/model/optionalFilters.ts index 35275edcc..677b9239c 100644 --- a/packages/client-composition/model/optionalFilters.ts +++ b/packages/client-composition/model/optionalFilters.ts @@ -1,6 +1,6 @@ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. /** - * Filters to promote or demote records in the search results. Optional filters work like facet filters, but they don\'t exclude records from the search results. Records that match the optional filter rank before records that don\'t match. If you\'re using a negative filter `facet:-value`, matching records rank after records that don\'t match. - Optional filters don\'t work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. - Optional filters don\'t work with numeric attributes. + * Filters to promote or demote records in the search results. Optional filters work like facet filters, but they don\'t exclude records from the search results. Records that match the optional filter rank before records that don\'t match. If you\'re using a negative filter `facet:-value`, matching records rank after records that don\'t match. - Optional filters don\'t work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. - Optional filters are applied _before_ custom ranking attributes (in the default [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). - Optional filters don\'t work with numeric attributes. */ export type OptionalFilters = Array | string; diff --git a/packages/client-search/model/optionalFilters.ts b/packages/client-search/model/optionalFilters.ts index 35275edcc..677b9239c 100644 --- a/packages/client-search/model/optionalFilters.ts +++ b/packages/client-search/model/optionalFilters.ts @@ -1,6 +1,6 @@ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. /** - * Filters to promote or demote records in the search results. Optional filters work like facet filters, but they don\'t exclude records from the search results. Records that match the optional filter rank before records that don\'t match. If you\'re using a negative filter `facet:-value`, matching records rank after records that don\'t match. - Optional filters don\'t work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. - Optional filters don\'t work with numeric attributes. + * Filters to promote or demote records in the search results. Optional filters work like facet filters, but they don\'t exclude records from the search results. Records that match the optional filter rank before records that don\'t match. If you\'re using a negative filter `facet:-value`, matching records rank after records that don\'t match. - Optional filters don\'t work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. - Optional filters are applied _before_ custom ranking attributes (in the default [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). - Optional filters don\'t work with numeric attributes. */ export type OptionalFilters = Array | string; diff --git a/packages/recommend/model/optionalFilters.ts b/packages/recommend/model/optionalFilters.ts index 35275edcc..677b9239c 100644 --- a/packages/recommend/model/optionalFilters.ts +++ b/packages/recommend/model/optionalFilters.ts @@ -1,6 +1,6 @@ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. /** - * Filters to promote or demote records in the search results. Optional filters work like facet filters, but they don\'t exclude records from the search results. Records that match the optional filter rank before records that don\'t match. If you\'re using a negative filter `facet:-value`, matching records rank after records that don\'t match. - Optional filters don\'t work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. - Optional filters don\'t work with numeric attributes. + * Filters to promote or demote records in the search results. Optional filters work like facet filters, but they don\'t exclude records from the search results. Records that match the optional filter rank before records that don\'t match. If you\'re using a negative filter `facet:-value`, matching records rank after records that don\'t match. - Optional filters don\'t work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. - Optional filters are applied _before_ custom ranking attributes (in the default [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). - Optional filters don\'t work with numeric attributes. */ export type OptionalFilters = Array | string;