-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add search bar functionality typesense. #36
Comments
This has a duplicate: #2 |
Upon looking further into this, both typesense and algolia seems to be opensource but paid service. You need to get API keys for creating local server for instant search. |
I found this which provides |
Typesense is open source, https://github.com/typesense/typesense ? |
@UtsavBalar1231 please see this: typesense/typesense#695 Moreover, as far as I understand, all these search services follow a client-server model. The paid service is the service of providing the server (that hosts the database) and the client that queries it. Typesense's paid service, I think, is when we use servers hosted on their cloud. It's open source in the sense that we can host our own typesense servers - which is not possible for algolia's service |
If it's time consuming leave it for letter, it it's easy, we can try to do it now. |
https://docsearch.algolia.com/apply/ apply for free |
There are two popular search mechanisms are out there, one is Algolia and other one is TypeSense. TypeSense is open and free, and I think it already might have integrated in our theme. But if it is not, we will use it.
The text was updated successfully, but these errors were encountered: