Skip to content

Commit e8c193d

Browse files
fix(specs): remove query parameter that are not accepted by the Composition API (generated)
algolia/api-clients-automation#6128 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clara Muller <5667350+ClaraMuller@users.noreply.github.com>
1 parent 0652b03 commit e8c193d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/composition/model/baseInjectionQueryParameters.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ export type BaseInjectionQueryParameters = {
3636
*/
3737
alternativesAsExact?: Array<AlternativesAsExact> | undefined;
3838

39-
/**
40-
* Whether this search will be included in Analytics.
41-
*/
42-
analytics?: boolean | undefined;
43-
4439
/**
4540
* Whether the best matching attribute should be determined by minimum proximity This setting only affects ranking if the Attribute ranking criterion comes before Proximity in the `ranking` setting. If true, the best matching attribute is selected based on the minimum proximity of multiple matches. Otherwise, the best matching attribute is determined by the order in the `searchableAttributes` setting.
4641
*/
@@ -66,11 +61,6 @@ export type BaseInjectionQueryParameters = {
6661
*/
6762
clickAnalytics?: boolean | undefined;
6863

69-
/**
70-
* Whether to split compound words in the query into their building blocks For more information, see [Word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#splitting-compound-words). Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian. Decompounding doesn\'t work for words with [non-spacing mark Unicode characters](https://www.charactercodes.net/category/non-spacing_mark). For example, `Gartenstühle` won\'t be decompounded if the `ü` consists of `u` (U+0075) and `◌̈` (U+0308).
71-
*/
72-
decompoundQuery?: boolean | undefined;
73-
7464
/**
7565
* Searchable attributes for which you want to [turn off the Exact ranking criterion](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/override-search-engine-defaults/in-depth/adjust-exact-settings/#turn-off-exact-for-some-attributes). Attribute names are case-sensitive This can be useful for attributes with long values, where the likelihood of an exact match is high, such as product descriptions. Turning off the Exact ranking criterion for these attributes favors exact matching on other attributes. This reduces the impact of individual attributes with a lot of content on ranking.
7666
*/
@@ -129,11 +119,6 @@ export type BaseInjectionQueryParameters = {
129119

130120
ignorePlurals?: IgnorePlurals | undefined;
131121

132-
/**
133-
* Maximum number of facet values to return when [searching for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values).
134-
*/
135-
maxFacetHits?: number | undefined;
136-
137122
/**
138123
* Minimum proximity score for two matching words This adjusts the [Proximity ranking criterion](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/#proximity) by equally scoring matches that are farther apart For example, if `minProximity` is 2, neighboring matches and matches with one word between them would have the same score.
139124
*/

0 commit comments

Comments
 (0)