Skip to content

Commit 8345ea4

Browse files
Merge #1662
1662: Vale: sound less condescending r=maryamsulemani97 a=maryamsulemani97 Update docs to sound less condescending. We might need to consider if [Condescending.yml](https://github.com/meilisearch/documentation/pull/1646/files#diff-de6e498212d2c7f02ba048aa9312f113b1f5a6f12244375115db5c685f67c5dc) is a good idea at this point. We use a lot of "easy"s, "simple"s, and "simply"s, and we can't get rid of all of them. We could either completely got rid of this rule or have a lot of exceptions. Part of #1646 Co-authored-by: Maryam Sulemani <[email protected]> Co-authored-by: Maryam <[email protected]>
2 parents 33e4830 + 3047bf0 commit 8345ea4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

learn/configuration/displayed_searchable_attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ There are two possible modes for the `searchableAttributes` list.
3636

3737
This default behavior is indicated by a `searchableAttributes` value of `["*"]`. To verify the current value of your `searchableAttributes` list, use the [get searchable attributes endpoint](/reference/api/searchable_attributes.md#get-searchable-attributes).
3838

39-
If you'd like to restore your searchable attributes list to this default behavior, simply [set `searchableAttributes` to an empty array `[]`](/reference/api/searchable_attributes.md#update-searchable-attributes) or use the [reset searchable attributes endpoint](/reference/api/searchable_attributes.md#reset-searchable-attributes).
39+
If you'd like to restore your searchable attributes list to this default behavior, [set `searchableAttributes` to an empty array `[]`](/reference/api/searchable_attributes.md#update-searchable-attributes) or use the [reset searchable attributes endpoint](/reference/api/searchable_attributes.md#reset-searchable-attributes).
4040

4141
#### Manual
4242

43-
You may want to make some attributes non-searchable, or change the [attribute ranking order](/learn/core_concepts/relevancy.md#attribute-ranking-order) after documents have been indexed. To do so, simply place the attributes in the desired order and send the updated list using the [update searchable attributes endpoint](/reference/api/searchable_attributes.md#update-searchable-attributes).
43+
You may want to make some attributes non-searchable, or change the [attribute ranking order](/learn/core_concepts/relevancy.md#attribute-ranking-order) after documents have been indexed. To do so, place the attributes in the desired order and send the updated list using the [update searchable attributes endpoint](/reference/api/searchable_attributes.md#update-searchable-attributes).
4444

4545
After manually updating the `searchableAttributes` list, **subsequent new attributes will no longer be automatically added** unless the settings are [reset](/reference/api/searchable_attributes.md#reset-searchable-attributes).
4646

learn/cookbooks/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here you can specify [details of your Instance](https://docs.aws.amazon.com/efs/
4747

4848
![Page titled 'Step 3: Configure Instance Details'. Important: You can launch multiple instances from the same AMI, request Spot instances to take advantage of lower pricing, and assign access management role to the instance.](/aws/04.instance-details.png)
4949

50-
Simply click on **Next: Add Storage** to keep going.
50+
Click **Next: Add Storage** to keep going.
5151

5252
### 5. Storage
5353

learn/cookbooks/running_production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Once your domain name has been set up, you are ready to configure SSL/TLS and us
227227

228228
#### 3.2. Option A: Certbot
229229

230-
Using certbot in your Linux server is very easy and straightforward. This tool will generate a free SSL/TLS certificate for your domain name, and automatically handle its installation on your server. The certbot documentation contains detailed instructions for many operating systems and servers, but we will follow the instructions for [Certbot on Debian with Nginx](https://certbot.eff.org/lets-encrypt/debianbuster-nginx).
230+
Using certbot in your Linux server is very straightforward. This tool will generate a free SSL/TLS certificate for your domain name, and automatically handle its installation on your server. The certbot documentation contains detailed instructions for many operating systems and servers, but we will follow the instructions for [Certbot on Debian with Nginx](https://certbot.eff.org/lets-encrypt/debianbuster-nginx).
231231

232232
First of all, install the packages on your system:
233233

0 commit comments

Comments
 (0)