You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02 - Web UI Template/README.md
+1-6
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,5 @@
1
1
# Cognitive Search UI Template
2
-
This folder contains a basic web front end that can be used to quickly create a view of your search results. With just a few simple steps, you can configure this template UI to query your newly created search index.
3
-
4
-
The Cognitive Search Template contains two projects:
5
-
6
-
1.**CognitiveSearch.UI** - this is a .NET Core MVC Web app used as a Template UI for querying a search index. This is the focus of this README.
7
-
2.**CognitiveSearch.Skills** - this is an Azure Function project used for creating C# custom skills. For more information on custom skills, please see the the documentation in *03 - Data Science & Custom Skills*.
2
+
This folder contains a basic web front end that can be used to quickly create a view of your search results. With just a few simple steps, you can configure this template UI to query your newly created search index. **CognitiveSearch.UI** is a .NET Core MVC Web app used as a Template UI for querying a search index. This is the focus of this README.
8
3
9
4
In just a few steps, you can configure this template UI to query your search index. This template will render a web page similar to the following:
0 commit comments