Skip to content

Commit b63a8b4

Browse files
committed
Added content to each section in the mvc tutorial
1 parent 54a42d1 commit b63a8b4

File tree

2 files changed

+443
-22
lines changed

2 files changed

+443
-22
lines changed

articles/search/search-add-autocomplete-suggestions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ The Autocomplete function takes the search term input. The method creates an [Au
245245

246246
## Next steps
247247

248-
Follow these links for end-to-end instructions or code demonstrating both search-as-you-type experiences. The sample demonstrates the hybrid implementation of suggestions and autocomplete together.
248+
The following tutorial demonstrates a search-as-you-type experience.
249249

250-
+ [Add search to a web site (JavaScript)](tutorial-javascript-search-query-integration.md#azure-function-suggestions-from-the-catalog) uses an open source Suggestions package for partial term completion in the client app.
251-
+ [Tutorial: Create your first app in C# (lesson 3)](tutorial-csharp-type-ahead-and-suggestions.md) with the associated [C# code sample: azure-search-dotnet-samples/create-first-app/3-add-typeahead/](https://github.com/Azure-Samples/azure-search-dotnet-samples/tree/master/create-first-app/v10/3-add-typeahead) demonstrate native support for typeahead.
250+
> [!div class="nextstepaction"]
251+
> [Add search to a web site (JavaScript)](tutorial-javascript-search-query-integration.md#azure-function-suggestions-from-the-catalog)

0 commit comments

Comments
 (0)