Skip to content

Commit

Permalink
fix(specs): add virtual index settings and update renderingContent (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Jun 25, 2024
1 parent 536a348 commit 0a62779
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions specs/common/schemas/IndexSettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ baseIndexSettings:
default: []
x-categories:
- Ranking
virtual:
type: boolean
description: Only present if the index is a [virtual replica](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/how-to/sort-an-index-alphabetically/#virtual-replicas).
x-categories:
- Ranking
paginationLimitedTo:
type: integer
example: 100
Expand Down Expand Up @@ -1031,6 +1036,8 @@ value:
$ref: '#/order'
sortRemainingBy:
$ref: '#/sortRemainingBy'
hide:
$ref: '#/hide'

order:
description: |
Expand All @@ -1041,6 +1048,12 @@ order:
items:
type: string

hide:
description: Hide facet values.
type: array
items:
type: string

sortRemainingBy:
description: |
Order of facet values that aren't explicitly positioned with the `order` setting.
Expand Down

1 comment on commit 0a62779

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.