Skip to content

Commit 3d047ad

Browse files
authored
Merge pull request #50851 from changeworld/patch-2
Fix format
2 parents 4e85f08 + d939951 commit 3d047ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The following example illustrates a custom analyzer that provides the keyword to
147147
"sortable": false,
148148
"facetable": false
149149
}
150-
]
150+
],
151151

152152
"analyzers": [
153153
{
@@ -187,7 +187,7 @@ The following example adds an [EdgeNGramTokenFilter](https://lucene.apache.org/c
187187
"sortable": false,
188188
"facetable": false
189189
}
190-
]
190+
],
191191

192192
"analyzers": [
193193
{
@@ -253,4 +253,4 @@ This article explains how analyzers both contribute to query problems and solve
253253
+ [Language analyzers](search-language-support.md)
254254
+ [Analyzers for text processing in Azure Cognitive Search](search-analyzers.md)
255255
+ [Analyze Text API (REST)](https://docs.microsoft.com/rest/api/searchservice/test-analyzer)
256-
+ [How full text search works (query architecture)](search-lucene-query-architecture.md)
256+
+ [How full text search works (query architecture)](search-lucene-query-architecture.md)

0 commit comments

Comments
 (0)