Skip to content

Commit b801d8d

Browse files
authored
Merge pull request #23 from scale-tone/master
Cognitive Search Static Apps Demo
2 parents fd5328a + d4c48a9 commit b801d8d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Would you like to include your projects to this gallery? Follow the **[Checklist
1818
- [Shop at Home](#shop-at-home)
1919
- [Rock paper scissors](#rock-paper-scissors)
2020
- [Azure Vision: Object Detection App](#azure-vision)
21+
- [Azure Cognitive Search](#azure-cognitive-search)
22+
- [Cognitive Search Static Apps Demo](#cognitive-search-static-apps-demo)
23+
- [Azure Functions](#azure-functions)
24+
- [Cognitive Search Static Apps Demo](#cognitive-search-static-apps-demo)
2125
- [Eleventy](#eleventy)
2226
- [Eleventy Blog Starter](#eleventy-blog-starter)
2327
- [Gatsby.js](#gatsbyjs)
@@ -27,6 +31,7 @@ Would you like to include your projects to this gallery? Follow the **[Checklist
2731
- [React.js](#reactjs)
2832
- [Shop at Home](#shop-at-home)
2933
- [Sunrise Standup](#sunrise-standup)
34+
- [Cognitive Search Static Apps Demo](#cognitive-search-static-apps-demo)
3035
- [Stencil](#stencil)
3136
- [Stencil Starter App](#stencil-starter-app)
3237
- [Scully](#scully)
@@ -385,3 +390,19 @@ Peacock is a Visual Studio Code extension with 700,000+ installations. It subtly
385390
386391
---
387392

393+
### [Cognitive Search Static Apps Demo](https://lively-sand-033e9ec03.azurestaticapps.net/)
394+
395+
<p align="center">
396+
<img src="./media/cognitive-search-demo.png" alt="Cognitive Search Static Apps Demo" width="100%">
397+
</p>
398+
399+
A sample *faceted search* user experience implementation for your [Azure Cognitive Search](https://azure.microsoft.com/en-us/services/search/) index. Similar to the [official demo app](https://docs.microsoft.com/en-us/azure/search/search-create-app-portal), but a bit more modern. Fork the [repo](https://github.com/scale-tone/cognitive-search-static-web-apps-sample-ui), [deploy](https://docs.microsoft.com/en-us/azure/static-web-apps/getting-started?tabs=react#create-a-static-web-app) it to your Static Web Apps instance, connect it to your Cognitive Search index with a set of [config settings](https://github.com/scale-tone/cognitive-search-static-web-apps-sample-ui#config-settings), optionally [configure authN/authZ](https://docs.microsoft.com/en-us/azure/static-web-apps/authentication-authorization) - and you get a fully functioning search UI, with facet filters and geovisualization. The [live demo](https://lively-sand-033e9ec03.azurestaticapps.net/) is pointed to [the official Azure Cognitive Search Sample Data](https://docs.microsoft.com/en-us/samples/azure-samples/azure-search-sample-data/azure-search-sample-data/) index, and you can start with the same. Feel free to use as a template for your own implementations.
400+
401+
- Link to the project: **[HERE](https://lively-sand-033e9ec03.azurestaticapps.net/)**
402+
- GitHub repo: **[HERE](https://github.com/scale-tone/cognitive-search-static-web-apps-sample-ui)**
403+
- Author: [@tino_scale_tone](https://twitter.com/@tino_scale_tone)
404+
405+
> Stacks Used: `react, nodejs, azure static web apps, azure functions`
406+
407+
---
408+

media/cognitive-search-demo.png

603 KB
Loading

0 commit comments

Comments
 (0)