Skip to content

Commit

Permalink
Fix broken links (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli authored Sep 4, 2023
1 parent 594da9d commit 6bc4b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions reference/api/documents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Get a set of documents.
Use `offset` and `limit` to browse through documents.

<Capsule intent="warning">
`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settingss#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics)
`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settings#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics)
</Capsule>

### Path parameters
Expand Down Expand Up @@ -94,7 +94,7 @@ Get a set of documents.
Using the query parameters `offset` and `limit`, you can browse through all your documents.`filter` must be a string. To create [filter expressions](/learn/fine_tuning_results/filtering#filter-expressions) use `AND` or `OR`.

<Capsule intent="warning">
`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settingss#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics)
`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settings#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics)
</Capsule>

### Path parameters
Expand Down Expand Up @@ -409,7 +409,7 @@ Delete a set of documents based on a filter.
A filter expression written as a string or array of array of strings for the documents to be deleted.

<Capsule intent="warning">
`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settingss#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics)
`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settings#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics)
</Capsule>

```
Expand Down
2 changes: 1 addition & 1 deletion reference/api/facet_search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Search for a facet value within a given facet.
<RouteHighlighter method="POST" route="/indexes/{index_uid}/facet-search"/>

<Capsule intent="warning">
This endpoint will not work without first explicitly adding attributes to the [`filterableAttributes`](/reference/api/settingss#update-filterable-attributes) list. [Learn more about facets in our dedicated guide.](/learn/fine_tuning_results/faceted_search#configuring-and-using-facets)
This endpoint will not work without first explicitly adding attributes to the [`filterableAttributes`](/reference/api/settings#update-filterable-attributes) list. [Learn more about facets in our dedicated guide.](/learn/fine_tuning_results/faceted_search#configuring-and-using-facets)
</Capsule>

<Capsule intent="warning">
Expand Down

0 comments on commit 6bc4b8f

Please sign in to comment.