Skip to content

Commit 06f01e7

Browse files
committed
Merge remote-tracking branch 'origin/main' into python311
2 parents 8da4392 + 252b8cd commit 06f01e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ pip3 install meilisearch
6060

6161
### Run Meilisearch <!-- omit in toc -->
6262

63-
There are many easy ways to [download and run a Meilisearch instance](https://docs.meilisearch.com/reference/features/installation.html#download-and-launch).
63+
There are many easy ways to [download and run a Meilisearch instance](https://docs.meilisearch.com/reference/features/installation.html#setup-and-installation).
6464

65-
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/):
65+
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/what-is-a-terminal/):
6666

6767
```bash
6868
# Install Meilisearch
@@ -99,7 +99,7 @@ documents = [
9999
index.add_documents(documents) # => { "uid": 0 }
100100
```
101101

102-
With the task `uid`, you can check the status (`enqueued`, `processing`, `succeeded` or `failed`) of your documents addition using the [task](https://docs.meilisearch.com/reference/api/tasks.html#get-task).
102+
With the task `uid`, you can check the status (`enqueued`, `processing`, `succeeded` or `failed`) of your documents addition using the [task](https://docs.meilisearch.com/reference/api/tasks.html#get-tasks).
103103

104104
#### Basic Search <!-- omit in toc -->
105105

@@ -174,7 +174,7 @@ index.update_filterable_attributes([
174174

175175
You only need to perform this operation once.
176176

177-
Note that Meilisearch will rebuild your index whenever you update `filterableAttributes`. Depending on the size of your dataset, this might take time. You can track the process using the [task](https://docs.meilisearch.com/reference/api/tasks.html#get-task).
177+
Note that Meilisearch will rebuild your index whenever you update `filterableAttributes`. Depending on the size of your dataset, this might take time. You can track the process using the [task](https://docs.meilisearch.com/reference/api/tasks.html#get-tasks).
178178

179179
Then, you can perform the search:
180180

0 commit comments

Comments
 (0)