Skip to content

Commit f10ed65

Browse files
committed
H2 edit
1 parent 8af71a6 commit f10ed65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-query-partial-matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Partial search can be problematic because the index itself does not typically st
1818

1919
The solution is to store intact versions of these strings in the index, to specifically support partial search scenarios. Creating an additional field for an intact string, plus using a content-preserving analyzer, is the basis of the solution.
2020

21-
## Partial search in Azure Cognitive Search
21+
## What is partial search in Azure Cognitive Search
2222

2323
In Azure Cognitive Search, partial search is available in these forms:
2424

0 commit comments

Comments
 (0)