Skip to content

Commit a787c50

Browse files
Merge pull request #270116 from HeidiSteen/heidist-fix
[azure search] fix broken links
2 parents ed79e6d + 82a9857 commit a787c50

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

articles/search/resource-demo-sites.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Microsoft built and hosts the following demos.
2121
| Demo name | Description | Source code |
2222
|-----------|------------ |-------------|
2323
| [Chat with your data](https://entgptsearch.azurewebsites.net/) | An Azure web app that uses ChatGPT in Azure OpenAI with fictitious health plan data in a search index. | [https://github.com/Azure-Samples/azure-search-openai-demo/](https://github.com/Azure-Samples/azure-search-openai-demo/) |
24-
| [NYC Jobs demo](https://azjobsdemo.azurewebsites.net/) | An ASP.NET app with facets, filters, details, geo-search (map controls). | [https://github.com/Azure-Samples/search-dotnet-asp-net-mvc-jobs](https://github.com/Azure-Samples/search-dotnet-asp-net-mvc-jobs) |
2524
| [JFK files demo](https://jfk-demo-2019.azurewebsites.net/#/) | An ASP.NET web app built on a public data set, transformed with custom and predefined skills to extract searchable content from scanned document (JPEG) files. [Learn more...](https://www.microsoft.com/ai/ai-lab-jfk-files) | [https://github.com/Microsoft/AzureSearch_JFK_Files](https://github.com/Microsoft/AzureSearch_JFK_Files) |
2625
| [Semantic ranking for retail](https://brave-meadow-0f59c9b1e.1.azurestaticapps.net/) | Web app for a fictitious online retailer, "Terra" | Not available |
2726
| [Wolters Kluwer demo search app](https://wolterskluwereap.azurewebsites.net/) | Financial files demo that uses custom skills and forms recognition to make fictitious business documents searchable. | Not available |

articles/search/search-faceted-navigation.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,10 @@ If your application uses faceted navigation exclusively (that is, no search box)
286286

287287
If you build the list of facets dynamically based on untrusted user input, validate that the names of the faceted fields are valid. Or, escape the names when building URLs by using either `Uri.EscapeDataString()` in .NET, or the equivalent in your platform of choice.
288288

289-
## Demos and samples
289+
## Samples
290290

291-
Several samples include faceted navigation. This section has links to the samples and also notes which client library and language is used for each one.
291+
We recommend the following samples for faceted navigation. The samples also include filters, suggestions, and autocomplete. These samples use React for the presentation layer.
292292

293-
### Add search to web apps (React)
294-
295-
Tutorials and samples in [C#](tutorial-csharp-overview.md), [Python](tutorial-python-overview.md), and [JavaScript](tutorial-javascript-overview.md) include faceted navigation as well as filters, suggestions, and autocomplete. These samples use React for the presentation layer.
296-
297-
### NYCJobs sample code and demo (Ajax)
298-
299-
The NYCJobs sample is an ASP.NET MVC application that uses Ajax in the presentation layer. It's available as a [live demo app](https://aka.ms/azjobsdemo) and as source code on [Azure-Samples repo on GitHub](https://github.com/Azure-Samples/search-dotnet-asp-net-mvc-jobs).
293+
* [C#: Add search to web apps](tutorial-csharp-overview.md)
294+
* [Python: Add search to web apps](tutorial-python-overview.md)
295+
* [JavaScript: Add search to web apps](tutorial-javascript-overview.md)

articles/search/search-pagination-page-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ POST /indexes/hotels-sample-index/docs/search?api-version=2020-06-30
4444
```
4545

4646
> [!NOTE]
47-
> For images in results, such as a product photo or logo, store them outside of Azure AI Search, but add a field in your index to reference the image URL in the search document. Sample indexes that demonstrate images in the results include the **realestate-sample-us** demo (a built-in sample dataset that you can build easily in the Import Data wizard), and the [New York City Jobs demo app](https://aka.ms/azjobsdemo).
47+
> For images in results, such as a product photo or logo, store them outside of Azure AI Search, but add a field in your index to reference the image URL in the search document. Sample indexes that demonstrate images in the results include the **realestate-sample-us** demo (a built-in sample dataset that you can build easily in the Import Data wizard).
4848
4949
### Tips for unexpected results
5050

0 commit comments

Comments
 (0)