Skip to content

Commit 76a4024

Browse files
Acro fix
1 parent 0ce3cd3 commit 76a4024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-pagination-page-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ String fields (Edm.String, Edm.ComplexType subfields) are sorted in either [ASCI
139139

140140
+ Numeric content in string fields is sorted alphabetically (1, 10, 11, 2, 20).
141141

142-
+ Upper case strings are sorted ahead of lower case (APPLE, Apple, BANANA, Banana, apple, banana). You can assign a [text normalizer](search-normalizers.md) to preprocess the text before sorting to change this behavior. Using the lowercase tokenizer ona field will have no effect on sorting behavior because Cognitive Search sorts on a non-analyzed copy of the field.
142+
+ Upper case strings are sorted ahead of lower case (APPLE, Apple, BANANA, Banana, apple, banana). You can assign a [text normalizer](search-normalizers.md) to preprocess the text before sorting to change this behavior. Using the lowercase tokenizer on a field will have no effect on sorting behavior because Cognitive Search sorts on a non-analyzed copy of the field.
143143

144144
+ Strings that lead with diacritics appear last (Äpfel, Öffnen, Üben)
145145

0 commit comments

Comments
 (0)