Skip to content

Commit 228e0d5

Browse files
authored
Merge pull request #102134 from vkurpad/projections
Projections
2 parents d50e42f + cb409d0 commit 228e0d5

File tree

3 files changed

+610
-2
lines changed

3 files changed

+610
-2
lines changed

articles/search/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,9 @@
270270
- name: View with Storage Explorer
271271
href: knowledge-store-view-storage-explorer.md
272272
- name: Connect with Power BI
273-
href: knowledge-store-connect-power-bi.md
273+
href: knowledge-store-connect-power-bi.md
274+
- name: Projection examples
275+
href: knowledge-store-projections-examples.md
274276
- name: Query documents
275277
items:
276278
- name: Query types and composition

articles/search/cognitive-search-skill-textmerger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A JSON document providing usable input for this skill could be:
4343
{
4444
"text": "The brown fox jumps over the dog",
4545
"itemsToInsert": ["quick", "lazy"],
46-
"offsets": [3, 28],
46+
"offsets": [3, 28]
4747
}
4848
}
4949
]

0 commit comments

Comments
 (0)