Skip to content

Commit c434cd4

Browse files
Apply suggestions from code review
Co-authored-by: Maryam <[email protected]>
1 parent 5b137da commit c434cd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

learn/getting_started/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Meilisearch currently only accepts data in JSON, NDJSON, and CSV formats. You ca
183183

184184
The previous command added documents from `movies.json` to a new index called `movies`.
185185

186-
By default, Meilisearch combines consecutive document requests into a single batch and processes them together. This process is called auto-batching, and it significantly speeds up indexing. After adding documents, you should receive a response like this:
186+
By default, Meilisearch combines consecutive document requests into a single batch and processes them together. This process is called [auto-batching](/learn/core_concepts/documents.md#auto-batching), and it significantly speeds up indexing. After adding documents, you should receive a response like this:
187187

188188
```json
189189
{

learn/what_is_meilisearch/telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ This list is liable to change with every new version of Meilisearch. It's not be
170170
| `typo_tolerance.min_word_size_for_typos.two_typos` | The defined value for the `minWordSizeForTypos.twoTypos` parameter | 9
171171
| `pagination.max_total_hits` | The defined value for the `pagination.maxTotalHits` property | 1000
172172
| `faceting.max_values_per_facet` | The defined value for the `faceting.maxValuesPerFacet` property | 100
173-
| `per_index_uid` | `true` if the `uid` is used to fetch an index stat resource, otherwise `false` | `false`
173+
| `per_index_uid` | `true` if the `uid` is used to fetch an index stat resource, otherwise `false` | false
174174
| `most_used_matching_strategy` | The most used word matching strategy among all search requests in the aggregated event | `last`
175-
| `infos.disable_auto_batching` | `true` if `--disable-auto-batching`/`MEILI_DISABLE_AUTO_BATCHING` is specified, otherwise `false` | `true`
175+
| `infos.disable_auto_batching` | `true` if `--disable-auto-batching`/`MEILI_DISABLE_AUTO_BATCHING` is specified, otherwise `false` | true

reference/api/keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For security reasons, we do not recommend creating keys that can perform all act
7777
| **`indexes.create`** | Provides access to the [create index](/reference/api/indexes.md#create-an-index) endpoint |
7878
| **`indexes.get`** | Provides access to the [get one index](/reference/api/indexes.md#get-one-index) and [list all indexes](/reference/api/indexes.md#list-all-indexes) endpoints. **Non-authorized `indexes` will be omitted from the response** |
7979
| **`indexes.update`** | Provides access to the [update index](/reference/api/indexes.md#update-an-index) endpoint |
80-
| **`indexes.delete`** | Provides access to the [delete index](/reference/api/indexes.md#delete-an-index) endpoints |
80+
| **`indexes.delete`** | Provides access to the [delete index](/reference/api/indexes.md#delete-an-index) endpoint |
8181
| **`tasks.get`** | Provides access to the [get one task](/reference/api/tasks.md#get-one-task) and [get tasks](/reference/api/tasks.md#get-tasks) endpoints. **Tasks from non-authorized `indexes` will be omitted from the response** |
8282
| **`settings.get`** | Provides access to the [get settings](/reference/api/settings.md#get-settings) endpoint and equivalents for all subroutes |
8383
| **`settings.update`** | Provides access to the [update settings](/reference/api/settings.md#update-settings) and [reset settings](/reference/api/settings.md#reset-settings) endpoints and equivalents for all subroutes |

0 commit comments

Comments
 (0)