You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3291,7 +3291,7 @@ components:
3291
3291
filter_curated_hits:
3292
3292
type: boolean
3293
3293
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
3295
3295
enable_synonyms:
3296
3296
type: boolean
3297
3297
description: >
@@ -3314,8 +3314,8 @@ components:
3314
3314
at Position 1 and another record with ID 456 at Position 5,
3315
3315
you'd specify `123:1,456:5`.
3316
3316
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
3319
3319
finally `hidden_hits`.
3320
3320
type: string
3321
3321
@@ -3325,12 +3325,12 @@ components:
3325
3325
A list of `record_id`s to hide. Eg: to hide records with IDs 123 and 456,
3326
3326
you'd specify `123,456`.
3327
3327
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
3330
3330
finally `hidden_hits`.
3331
3331
type: string
3332
3332
3333
-
override_tags:
3333
+
curation_tags:
3334
3334
description: Comma separated list of tags to trigger the curations rules that match the tags.
3335
3335
type: string
3336
3336
@@ -3363,9 +3363,9 @@ components:
3363
3363
the name of the existing Preset.
3364
3364
type: string
3365
3365
3366
-
enable_overrides:
3366
+
enable_curations:
3367
3367
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
3369
3369
query time, you can do that by setting this parameter to false
3370
3370
type: boolean
3371
3371
default: false
@@ -3668,7 +3668,7 @@ components:
3668
3668
filter_curated_hits:
3669
3669
type: boolean
3670
3670
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
3672
3672
enable_synonyms:
3673
3673
type: boolean
3674
3674
description: >
@@ -3699,8 +3699,8 @@ components:
3699
3699
at Position 1 and another record with ID 456 at Position 5,
3700
3700
you'd specify `123:1,456:5`.
3701
3701
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
3704
3704
finally `hidden_hits`.
3705
3705
type: string
3706
3706
@@ -3710,12 +3710,12 @@ components:
3710
3710
A list of `record_id`s to hide. Eg: to hide records with IDs 123 and 456,
3711
3711
you'd specify `123,456`.
3712
3712
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
3715
3715
finally `hidden_hits`.
3716
3716
type: string
3717
3717
3718
-
override_tags:
3718
+
curation_tags:
3719
3719
description: Comma separated list of tags to trigger the curations rules that match the tags.
3720
3720
type: string
3721
3721
@@ -3741,9 +3741,9 @@ components:
3741
3741
the name of the existing Preset.
3742
3742
type: string
3743
3743
3744
-
enable_overrides:
3744
+
enable_curations:
3745
3745
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
3747
3747
query time, you can do that by setting this parameter to false
0 commit comments