Skip to content

Commit 31a671c

Browse files
committed
Updating search-get-started-portal.md
1 parent 513c5ff commit 31a671c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-get-started-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ The default syntax is [simple syntax](query-simple-syntax.md), but if you want f
247247
}
248248
```
249249

250-
Misspelled query terms, like `seatle` instead of `Seattle`, don't return matches in a typical search. The `queryType=full` parameter invokes the full Lucene query parser, which supports the tilde (`~`) operand. When these parameters are present, the query performs a fuzzy search for the specified keyword and matches on terms that are similar but not an exact match.
250+
Misspelled query terms, like `seatle` instead of `Seattle`, don't return matches in a typical search. The `queryType=full` parameter invokes the full Lucene query parser, which supports the tilde (`~`) operand. When you use these parameters, the query performs a fuzzy search for the specified keyword and matches on terms that are similar but not an exact match.
251251

252-
Take a minute to try these example queries on your index. For more information, see [Querying in Azure AI Search](search-query-overview.md).
252+
Take a minute to try these example queries on your index. To learn more about queries, see [Querying in Azure AI Search](search-query-overview.md).
253253

254254
## Clean up resources
255255

0 commit comments

Comments
 (0)