Skip to content

Commit 49abdeb

Browse files
authored
Merge pull request #83567 from BevLoh/patch-2
Update semantic-how-to-query-request.md
2 parents da162f9 + d9ca438 commit 49abdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/semantic-how-to-query-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Several query capabilities in Cognitive Search do not undergo relevance scoring,
164164

165165
+ Filters, fuzzy search queries, and regular expressions iterate over untokenized text, scanning for verbatim matches in the content. Search scores for all of the above query forms are a uniform 1.0, and won't provide meaningful input for semantic ranking.
166166

167-
+ Sorting (orderBy clauses) on specific fields will also override search scores and semantic score. Given that semantic score is used to order results, including explicit sort logic will case an HTTP 400 error to be returned.
167+
+ Sorting (orderBy clauses) on specific fields will also override search scores and semantic score. Given that semantic score is used to order results, including explicit sort logic will cause an HTTP 400 error to be returned.
168168

169169
#### Step 4: Add answers
170170

0 commit comments

Comments
 (0)