Building a Search UI with Typesense

If you’ve been working as a web developer for some time, then you may have worked on a search feature in one of your projects. Search bars are one of the most common components of any website and depending on the type of website you’re working on, not …


This content originally appeared on DEV Community and was authored by Farhan Hasin Chowdhury

If you've been working as a web developer for some time, then you may have worked on a search feature in one of your projects. Search bars are one of the most common components of any website and depending on the type of website you're working on, not having a fast and powerful search feature can be a deal breaker.

As easy to find on the web as they may be, creating a search functionality that's fast and works flawlessly is hard, and that's where Typesense can make your life a lot easier. According to their About Us page, "Typesense is an open source, typo tolerant search engine optimized for instant sub-50ms searches while providing an intuitive developer experience."

It's similar to Elastic Search or Algolia but free and open source. Typesense is written in C++ and comes as a Docker image, making it very straightforward to self-host. They also have a managed service aptly called Typesense Cloud. In this article, I'll guide you through building a robust search functionality using Typesense and Vue.

You can read the entire write-up on Aviyel.


This content originally appeared on DEV Community and was authored by Farhan Hasin Chowdhury


Print Share Comment Cite Upload Translate Updates
APA

Farhan Hasin Chowdhury | Sciencx (2021-10-28T10:43:06+00:00) Building a Search UI with Typesense. Retrieved from https://www.scien.cx/2021/10/28/building-a-search-ui-with-typesense/

MLA
" » Building a Search UI with Typesense." Farhan Hasin Chowdhury | Sciencx - Thursday October 28, 2021, https://www.scien.cx/2021/10/28/building-a-search-ui-with-typesense/
HARVARD
Farhan Hasin Chowdhury | Sciencx Thursday October 28, 2021 » Building a Search UI with Typesense., viewed ,<https://www.scien.cx/2021/10/28/building-a-search-ui-with-typesense/>
VANCOUVER
Farhan Hasin Chowdhury | Sciencx - » Building a Search UI with Typesense. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/10/28/building-a-search-ui-with-typesense/
CHICAGO
" » Building a Search UI with Typesense." Farhan Hasin Chowdhury | Sciencx - Accessed . https://www.scien.cx/2021/10/28/building-a-search-ui-with-typesense/
IEEE
" » Building a Search UI with Typesense." Farhan Hasin Chowdhury | Sciencx [Online]. Available: https://www.scien.cx/2021/10/28/building-a-search-ui-with-typesense/. [Accessed: ]
rf:citation
» Building a Search UI with Typesense | Farhan Hasin Chowdhury | Sciencx | https://www.scien.cx/2021/10/28/building-a-search-ui-with-typesense/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.