Skip to content

Commit 47ca429

Browse files
committed
TOC doc fix
1 parent 28cd7ae commit 47ca429

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/search/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@
256256
href: search-query-troubleshoot-collection-filters.md
257257
- name: Understand collection filters
258258
href: search-query-understand-collection-filters.md
259+
- name: Filter by language
260+
href: search-filters-language.md
259261
- name: Example of multi-level facets
260262
href: search-example-adventureworks-multilevel-faceting.md
261263
- name: Results

articles/search/search-filters-language.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 11/04/2019
11+
ms.date: 04/22/2020
1212
---
1313

1414
# How to filter by language in Azure Cognitive Search
@@ -28,7 +28,7 @@ The success of this technique hinges on the integrity of field contents. Azure C
2828

2929
In Azure Cognitive Search, queries target a single index. Developers who want to provide language-specific strings in a single search experience typically define dedicated fields to store the values: one field for English strings, one for French, and so on.
3030

31-
In our samples, including the [real-estate sample](search-get-started-portal.md) shown below, you might have seen field definitions similar to the following screenshot. Notice how this example shows the language analyzer assignments for the fields in this index. Fields that contain strings perform better in full text search when paired with an analyzer engineered to handle the linguistic rules of the target language.
31+
The following example is from the [real-estate sample](search-get-started-portal.md) which has several string fields containing content in different languages. Notice the language analyzer assignments for the fields in this index. Fields that contain strings perform better in full text search when paired with an analyzer engineered to handle the linguistic rules of the target language.
3232

3333
![](./media/search-filters-language/lang-fields.png)
3434

@@ -54,7 +54,7 @@ parameters =
5454
};
5555
```
5656
> [!Note]
57-
> Although there is no $filter argument on the query, this use case is strongly affiliated with filter concepts, so we present it as a filtering scenario.
57+
> Although there is no $filter argument on the query, this use case is strongly affiliated with filter concepts, so it's presented as a filtering scenario.
5858
5959
## See also
6060

0 commit comments

Comments
 (0)