Skip to content

Commit 1aa701f

Browse files
committed
rename override search params to curation
1 parent 67aa800 commit 1aa701f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

openapi.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,7 +3291,7 @@ components:
32913291
filter_curated_hits:
32923292
type: boolean
32933293
description: >
3294-
Whether the filter_by condition of the search query should be applicable to curated results (override definitions, pinned hits, hidden hits, etc.). Default: false
3294+
Whether the filter_by condition of the search query should be applicable to curated results (curation definitions, pinned hits, hidden hits, etc.). Default: false
32953295
enable_synonyms:
32963296
type: boolean
32973297
description: >
@@ -3314,8 +3314,8 @@ components:
33143314
at Position 1 and another record with ID 456 at Position 5,
33153315
you'd specify `123:1,456:5`.
33163316
3317-
You could also use the Overrides feature to override search results based
3318-
on rules. Overrides are applied first, followed by `pinned_hits` and
3317+
You could also use the Curation feature to override search results based
3318+
on rules. Curations are applied first, followed by `pinned_hits` and
33193319
finally `hidden_hits`.
33203320
type: string
33213321

@@ -3325,12 +3325,12 @@ components:
33253325
A list of `record_id`s to hide. Eg: to hide records with IDs 123 and 456,
33263326
you'd specify `123,456`.
33273327
3328-
You could also use the Overrides feature to override search results based
3329-
on rules. Overrides are applied first, followed by `pinned_hits` and
3328+
You could also use the Curation feature to override search results based
3329+
on rules. Curations are applied first, followed by `pinned_hits` and
33303330
finally `hidden_hits`.
33313331
type: string
33323332

3333-
override_tags:
3333+
curation_tags:
33343334
description: Comma separated list of tags to trigger the curations rules that match the tags.
33353335
type: string
33363336

@@ -3363,9 +3363,9 @@ components:
33633363
the name of the existing Preset.
33643364
type: string
33653365

3366-
enable_overrides:
3366+
enable_curations:
33673367
description: >
3368-
If you have some overrides defined but want to disable all of them during
3368+
If you have some curation sets defined but want to disable all of them during
33693369
query time, you can do that by setting this parameter to false
33703370
type: boolean
33713371
default: false
@@ -3668,7 +3668,7 @@ components:
36683668
filter_curated_hits:
36693669
type: boolean
36703670
description: >
3671-
Whether the filter_by condition of the search query should be applicable to curated results (override definitions, pinned hits, hidden hits, etc.). Default: false
3671+
Whether the filter_by condition of the search query should be applicable to curated results (curation definitions, pinned hits, hidden hits, etc.). Default: false
36723672
enable_synonyms:
36733673
type: boolean
36743674
description: >
@@ -3699,8 +3699,8 @@ components:
36993699
at Position 1 and another record with ID 456 at Position 5,
37003700
you'd specify `123:1,456:5`.
37013701
3702-
You could also use the Overrides feature to override search results based
3703-
on rules. Overrides are applied first, followed by `pinned_hits` and
3702+
You could also use the Curation feature to override search results based
3703+
on rules. Curations are applied first, followed by `pinned_hits` and
37043704
finally `hidden_hits`.
37053705
type: string
37063706

@@ -3710,12 +3710,12 @@ components:
37103710
A list of `record_id`s to hide. Eg: to hide records with IDs 123 and 456,
37113711
you'd specify `123,456`.
37123712
3713-
You could also use the Overrides feature to override search results based
3714-
on rules. Overrides are applied first, followed by `pinned_hits` and
3713+
You could also use the Curation feature to override search results based
3714+
on rules. Curations are applied first, followed by `pinned_hits` and
37153715
finally `hidden_hits`.
37163716
type: string
37173717

3718-
override_tags:
3718+
curation_tags:
37193719
description: Comma separated list of tags to trigger the curations rules that match the tags.
37203720
type: string
37213721

@@ -3741,9 +3741,9 @@ components:
37413741
the name of the existing Preset.
37423742
type: string
37433743

3744-
enable_overrides:
3744+
enable_curations:
37453745
description: >
3746-
If you have some overrides defined but want to disable all of them during
3746+
If you have some curation sets defined but want to disable all of them during
37473747
query time, you can do that by setting this parameter to false
37483748
type: boolean
37493749
default: false

0 commit comments

Comments
 (0)