Skip to content

Commit 8fb4fd6

Browse files
fix broken links
1 parent f5cf4ef commit 8fb4fd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

learn/filtering_and_sorting/filter_expression_reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ curl \
186186
}'
187187
```
188188

189-
This will also enable the [`STARTS WITH`](#starts_with) operator.
189+
This will also enable the [`STARTS WITH`](#starts-with) operator.
190190
</Capsule>
191191

192192
### `STARTS WITH` <NoticeTag type="experimental" label="experimental" />

reference/api/multi_search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Use `federation` to receive a single list with all search results from all speci
3434
| :--------------------------------------------------------------------------- | :--------------- | :------------ | :-------------------------------------------------- |
3535
| **[`offset`](/reference/api/search#offset)** | Integer | `0` | Number of documents to skip |
3636
| **[`limit`](/reference/api/search#limit)** | Integer | `20` | Maximum number of documents returned |
37-
| **[`facetsByIndex`](/#facetsbyindex)** | Object of arrays | `null` | Display facet information for the specified indexes |
38-
| **[`mergeFacets`](/#mergefacets)** | Object | `null` | Display facet information for the specified indexes |
37+
| **[`facetsByIndex`](#facetsbyindex)** | Object of arrays | `null` | Display facet information for the specified indexes |
38+
| **[`mergeFacets`](#mergefacets)** | Object | `null` | Display facet information for the specified indexes |
3939

4040
If `federation` is missing or `null`, Meilisearch returns a list of multiple search result objects, with each item from the list corresponding to a search query in the request.
4141

0 commit comments

Comments
 (0)