Skip to content

Commit fa2c2b7

Browse files
remove blank line
1 parent 406fc42 commit fa2c2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/core_concepts/indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can alter this order or define custom ranking rules to return certain result
7474

7575
If your dataset contains multiple similar documents, you may want to return only one on search. Suppose you have numerous black jackets in different sizes in your `costumes` index; setting `costume_name` as the distinct attribute will mean Meiliserch will not return more than one black jacket with the same `costume_name`.
7676

77-
Designate the distinct attribute using the [update settings endpoint](/reference/api/settings.md#update-settings) or the [update distinct attribute endpoint](/reference/api/distinct_attribute.md#update-distinct-attribute). **You can only set one field as the distinct attribute per index.**
77+
Designate the distinct attribute using the [update settings endpoint](/reference/api/settings.md#update-settings) or the [update distinct attribute endpoint](/reference/api/distinct_attribute.md#update-distinct-attribute). **You can only set one field as the distinct attribute per index.**
7878

7979
[Learn more about distinct attribute](/learn/configuration/distinct.md)
8080

0 commit comments

Comments
 (0)