by lucgagan on 10/9/23, 3:02 AM with 12 comments
I tried to create a website like the ones I remember browsing back in early 2000s. It has questions from the users, discord forum archive, dev tools, videos, etc.
I want to find a way to add search for users. I see it on the other websites, and usually they use Algolia. However, my community is entirely free and their product is paid. What can I do instead?
by rovr138 on 10/9/23, 3:40 AM
- https://duckduckgo.com/?q=site%3Aray.run+playwright+test&t=f...
- https://www.google.com/search?q=site%3Aray.run+playwright+te...
Keep it simple for now.
by fabianholzer on 10/9/23, 8:43 AM
* https://stork-search.net/ (Rust/WASM)
* tinysearch: https://github.com/tinysearch/tinysearch (Rust/WASM)
* https://lunrjs.com/ (JS, simple, stable)
* http://elasticlunr.com/ - based on the former, slightly more sophisticated tuning options
by ezedv on 10/9/23, 2:05 PM
Projects like Elasticsearch, Solr, or even using Google Custom Search can provide search capabilities without the cost. They might require a bit more setup and maintenance, but they can be budget-friendly options for a free community.
In case you need help or assistance with your project, feel free to contact us! https://www.ratherlabs.com
by james-revisoai on 10/9/23, 10:00 AM
by lucgagan on 10/9/23, 3:04 AM
by dotcoma on 10/9/23, 5:05 AM