Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3291,7 +3291,7 @@ components:
filter_curated_hits:
type: boolean
description: >
Whether the filter_by condition of the search query should be applicable to curated results (override definitions, pinned hits, hidden hits, etc.). Default: false
Whether the filter_by condition of the search query should be applicable to curated results (curation definitions, pinned hits, hidden hits, etc.). Default: false
enable_synonyms:
type: boolean
description: >
Expand All @@ -3314,8 +3314,8 @@ components:
at Position 1 and another record with ID 456 at Position 5,
you'd specify `123:1,456:5`.

You could also use the Overrides feature to override search results based
on rules. Overrides are applied first, followed by `pinned_hits` and
You could also use the Curation feature to override search results based
on rules. Curations are applied first, followed by `pinned_hits` and
finally `hidden_hits`.
type: string

Expand All @@ -3325,12 +3325,12 @@ components:
A list of `record_id`s to hide. Eg: to hide records with IDs 123 and 456,
you'd specify `123,456`.

You could also use the Overrides feature to override search results based
on rules. Overrides are applied first, followed by `pinned_hits` and
You could also use the Curation feature to override search results based
on rules. Curations are applied first, followed by `pinned_hits` and
finally `hidden_hits`.
type: string

override_tags:
curation_tags:
description: Comma separated list of tags to trigger the curations rules that match the tags.
type: string

Expand Down Expand Up @@ -3363,9 +3363,9 @@ components:
the name of the existing Preset.
type: string

enable_overrides:
enable_curations:
description: >
If you have some overrides defined but want to disable all of them during
If you have some curation sets defined but want to disable all of them during
query time, you can do that by setting this parameter to false
type: boolean
default: false
Expand Down Expand Up @@ -3668,7 +3668,7 @@ components:
filter_curated_hits:
type: boolean
description: >
Whether the filter_by condition of the search query should be applicable to curated results (override definitions, pinned hits, hidden hits, etc.). Default: false
Whether the filter_by condition of the search query should be applicable to curated results (curation definitions, pinned hits, hidden hits, etc.). Default: false
enable_synonyms:
type: boolean
description: >
Expand Down Expand Up @@ -3699,8 +3699,8 @@ components:
at Position 1 and another record with ID 456 at Position 5,
you'd specify `123:1,456:5`.

You could also use the Overrides feature to override search results based
on rules. Overrides are applied first, followed by `pinned_hits` and
You could also use the Curation feature to override search results based
on rules. Curations are applied first, followed by `pinned_hits` and
finally `hidden_hits`.
type: string

Expand All @@ -3710,12 +3710,12 @@ components:
A list of `record_id`s to hide. Eg: to hide records with IDs 123 and 456,
you'd specify `123,456`.

You could also use the Overrides feature to override search results based
on rules. Overrides are applied first, followed by `pinned_hits` and
You could also use the Curation feature to override search results based
on rules. Curations are applied first, followed by `pinned_hits` and
finally `hidden_hits`.
type: string

override_tags:
curation_tags:
description: Comma separated list of tags to trigger the curations rules that match the tags.
type: string

Expand All @@ -3741,9 +3741,9 @@ components:
the name of the existing Preset.
type: string

enable_overrides:
enable_curations:
description: >
If you have some overrides defined but want to disable all of them during
If you have some curation sets defined but want to disable all of them during
query time, you can do that by setting this parameter to false
type: boolean
default: false
Expand Down