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
Copy file name to clipboardExpand all lines: src/settings.rs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -606,7 +606,7 @@ impl Index {
606
606
.await
607
607
}
608
608
609
-
/// Get [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) of the [Index].
609
+
/// Get [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) of the [Index].
610
610
///
611
611
/// ```
612
612
/// # use meilisearch_sdk::{client::*, indexes::*};
@@ -1011,7 +1011,7 @@ impl Index {
1011
1011
.await
1012
1012
}
1013
1013
1014
-
/// Update [displayed attributes](https://www.meilisearch.com/docs/reference/features/settings#displayed-attributes) of the [Index].
1014
+
/// Update [displayed attributes](https://www.meilisearch.com/docs/reference/api/settings#displayed-attributes) of the [Index].
1015
1015
///
1016
1016
/// # Example
1017
1017
///
@@ -1091,7 +1091,7 @@ impl Index {
1091
1091
.await
1092
1092
}
1093
1093
1094
-
/// Update [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) settings of the [Index].
1094
+
/// Update [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) settings of the [Index].
1095
1095
///
1096
1096
/// # Example
1097
1097
///
@@ -1167,7 +1167,7 @@ impl Index {
1167
1167
.await
1168
1168
}
1169
1169
1170
-
/// Reset [synonyms](https://www.meilisearch.com/docs/reference/features/synonyms.html) of the [Index].
1170
+
/// Reset [synonyms](https://www.meilisearch.com/docs/reference/api/settings#synonyms) of the [Index].
1171
1171
///
1172
1172
/// # Example
1173
1173
///
@@ -1230,7 +1230,7 @@ impl Index {
1230
1230
)
1231
1231
.await
1232
1232
}
1233
-
/// Reset [stop-words](https://www.meilisearch.com/docs/reference/features/stop_words.html) of the [Index].
1233
+
/// Reset [stop-words](https://www.meilisearch.com/docs/reference/api/settings#stop-words) of the [Index].
1234
1234
///
1235
1235
/// # Example
1236
1236
///
@@ -1296,7 +1296,7 @@ impl Index {
1296
1296
.await
1297
1297
}
1298
1298
1299
-
/// Reset [filterable attributes](https://www.meilisearch.com/docs/reference/features/filtering_and_faceted_search.html) of the [Index].
1299
+
/// Reset [filterable attributes](https://www.meilisearch.com/docs/reference/api/settings#filterable-attributes) of the [Index].
1300
1300
///
1301
1301
/// # Example
1302
1302
///
@@ -1328,7 +1328,7 @@ impl Index {
1328
1328
.await
1329
1329
}
1330
1330
1331
-
/// Reset [sortable attributes](https://www.meilisearch.com/docs/reference/features/sorting.html) of the [Index].
1331
+
/// Reset [sortable attributes](https://www.meilisearch.com/docs/reference/api/settings#sortable-attributes) of the [Index].
1332
1332
///
1333
1333
/// # Example
1334
1334
///
@@ -1360,7 +1360,7 @@ impl Index {
1360
1360
.await
1361
1361
}
1362
1362
1363
-
/// Reset the [distinct attribute](https://www.meilisearch.com/docs/reference/features/settings#distinct-attribute) of the [Index].
1363
+
/// Reset the [distinct attribute](https://www.meilisearch.com/docs/reference/api/settings#distinct-attribute) of the [Index].
1364
1364
///
1365
1365
/// # Example
1366
1366
///
@@ -1392,7 +1392,7 @@ impl Index {
1392
1392
.await
1393
1393
}
1394
1394
1395
-
/// Reset [searchable attributes](https://www.meilisearch.com/docs/reference/features/field_properties.html#searchable-fields) of
1395
+
/// Reset [searchable attributes](https://www.meilisearch.com/docs/learn/configuration/displayed_searchable_attributes#searchable-fields) of
1396
1396
/// the [Index] (enable all attributes).
1397
1397
///
1398
1398
/// # Example
@@ -1425,7 +1425,7 @@ impl Index {
1425
1425
.await
1426
1426
}
1427
1427
1428
-
/// Reset [displayed attributes](https://www.meilisearch.com/docs/reference/features/settings#displayed-attributes) of the [Index] (enable all attributes).
1428
+
/// Reset [displayed attributes](https://www.meilisearch.com/docs/reference/api/settings#displayed-attributes) of the [Index] (enable all attributes).
1429
1429
///
1430
1430
/// # Example
1431
1431
///
@@ -1489,7 +1489,7 @@ impl Index {
1489
1489
.await
1490
1490
}
1491
1491
1492
-
/// Reset [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) settings of the [Index].
1492
+
/// Reset [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) settings of the [Index].
0 commit comments