-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello Folks,
cc @miekof
After attending my first meeting on this project, I learned that there was some interest in looking into using something like Elasticsearch for better searching through all the fields. Some obvious concerns were added maintenance and cost.
Looking around, and not having researched this before, I came across algolia, which I think might be a good fit for this project.
Some niceties include:
- Ease of use -- Setting it up is as simple as sending JSON and a list of searchable attributes. I tried this myself. We can send queries directly to their servers, and back, without anything in between.
- Free or Low Cost -- It has free and discount programs for open source projects, as well as a free tier for all users which might serve our needs as is.
- It maintains a UI library with widgets.
That said, I wanted to post this information and see what folks had to say -- maybe someone had already explored this particular service or had other information related to the current work on search.
I'm going to continue doing some background research and hopefully will be able to contribute to some of the search related tasks on the project board.
Please let me know what y'all think.
Thanks,
Jesse