elastic / search-ui

Search UI. Libraries for the fast development of modern, engaging search experiences.
https://docs.elastic.co/search-ui
Apache License 2.0
1.9k stars 366 forks source link

What are you building with Search UI? #793

Open JasonStoltz opened 2 years ago

JasonStoltz commented 2 years ago

We'd love to hear about what you're building with Search UI! Bonus points if you can link us to a public search built with Search UI.

It's rewarding for us a developers to see the fruits of our labor in action. Feel free to share with us your challenges, struggles, or successes as well. We are all ears!👂 ❤️

janoschherrmann commented 1 year ago

Hey there, we're building bestcourses, an online course comparison platform. We aggregate more than 190k courses from 15 different online learning platforms, to help learners discover awesome courses with ease :)

JasonStoltz commented 1 year ago

@janoschsworkspace Awesome! What sort of tech stack are you working with? Elasticsearch or App Search? Are you using Search UI with something like Next JS, etc?

janoschherrmann commented 1 year ago

We're working with AppSearch for now, but we're likely going to switch to Elasticsearch in the future for more flexibility. And yes, we are using NextJS for our frontend paired with Search UI

JeroenAdam commented 1 year ago

I found this project using search-ui: https://github.com/SDGforskning/find-sdg-research There is a link to the live website.

JeroenAdam commented 1 year ago

I'm using search-ui for this: https://www.adambahri.com/projects/#content-sharing-platform

JeroenAdam commented 1 year ago

Also found this: https://www.zora.uzh.ch/search/?q=elasticsearch

robson-koji commented 1 year ago

Hi, thanks for the great work on the Elastic Search UI!

This is my first attempt with React/ES Search-UI: https://bv.fapesp.br/en/react_publicacaoes_cientificas/?q=COVID https://gitlab.com/bv_fapesp/custom-search-ui/

You can see the multi level facets solution and a small chart at the top. The application is solely backed by Elastic Search, and Nginx handles the routes.

The entire portal is backed by Elastic's brother Solr.

applicity commented 10 months ago

We have switched our search and front end to use elasticsearch on Completely Retail. We are using the prebuilt components in a nextjs app to deliver the search. We have also managed to wrangle the components into a shape where we are server side rendering the search results.

dankoz51 commented 7 months ago

Hey we are building this search for BigCommerce coupled with automobile fitment for Ntwonline. Search UI has been great

https://ntwonline.com/wheels/?year=2019&make=Cadillac&model=Escalade&trim=Platinum&suspension=0

Currently we are trying to figure out how to add trackurlstate as well as support the additional attributes for the vehicles that are not search facets.