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
1507: Readme broken links fixed r=bidoubiwa a=roy9495
# Pull Request
## Related issue
Fixes#1505
## What does this PR do?
- Fixes broken links in the README.md
## PR checklist
Please check if your PR fulfils the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: TATHAGATA ROY <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+33-33Lines changed: 33 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ Output:
185
185
186
186
### Using search parameters <!-- omit in toc -->
187
187
188
-
`meilisearch-js` supports all [search parameters](https://docs.meilisearch.com/reference/features/search_parameters.html) described in our main documentation website.
188
+
`meilisearch-js` supports all [search parameters](https://www.meilisearch.com/docs/reference/api/search#search-parameters) described in our main documentation website.
189
189
190
190
```javascript
191
191
awaitindex.search(
@@ -220,7 +220,7 @@ await index.search(
220
220
221
221
### Custom search with filters <!-- omit in toc -->
222
222
223
-
To enable filtering, you must first add your attributes to the [`filterableAttributes` index setting](https://docs.meilisearch.com/reference/api/filterable_attributes.html).
223
+
To enable filtering, you must first add your attributes to the [`filterableAttributes` index setting](https://www.meilisearch.com/docs/reference/api/settings#filterable-attributes).
224
224
225
225
```js
226
226
awaitindex.updateAttributesForFaceting([
@@ -304,7 +304,7 @@ await index.search(
304
304
}
305
305
```
306
306
307
-
Note that to enable faceted search on your dataset you need to add `genres` to the `filterableAttributes` index setting. For more information on filtering and faceting, [consult our documentation settings](https://docs.meilisearch.com/reference/features/faceted_search.html#setting-up-facets).
307
+
Note that to enable faceted search on your dataset you need to add `genres` to the `filterableAttributes` index setting. For more information on filtering and faceting, [consult our documentation settings](https://www.meilisearch.com/docs/learn/advanced/faceted_search).
308
308
309
309
#### Abortable search <!-- omit in toc -->
310
310
@@ -376,9 +376,9 @@ This package guarantees compatibility with [version v1.x of Meilisearch](https:/
376
376
The following sections in our main documentation website may interest you:
377
377
378
378
-**Manipulate documents**: see the [API references](https://docs.meilisearch.com/reference/api/documents.html) or read more about [documents](https://docs.meilisearch.com/learn/core_concepts/documents.html).
379
-
-**Search**: see the [API references](https://docs.meilisearch.com/reference/api/search.html) or follow our guide on [search parameters](https://docs.meilisearch.com/reference/features/search_parameters.html).
379
+
-**Search**: see the [API references](https://docs.meilisearch.com/reference/api/search.html) or follow our guide on [search parameters](https://www.meilisearch.com/docs/reference/api/search#search-parameters).
380
380
-**Manage the indexes**: see the [API references](https://docs.meilisearch.com/reference/api/indexes.html) or read more about [indexes](https://docs.meilisearch.com/learn/core_concepts/indexes.html).
381
-
-**Configure the index settings**: see the [API references](https://docs.meilisearch.com/reference/api/settings.html) or follow our guide on [settings parameters](https://docs.meilisearch.com/reference/features/settings.html).
381
+
-**Configure the index settings**: see the [API references](https://docs.meilisearch.com/reference/api/settings.html) or follow our guide on [settings parameters](https://www.meilisearch.com/docs/reference/api/settings#settings_parameters).
382
382
383
383
This repository also contains [more examples](./examples).
0 commit comments