discuitnet / discuit

A free and open-source community discussion platform.
https://discuit.net
GNU Affero General Public License v3.0
398 stars 45 forks source link

Request for Additional Search Engines #3

Open imbev opened 8 months ago

imbev commented 8 months ago

The search bar currently uses Google.

I'm not sure if Discuit has plans to create its own search, but if external search engines such as Google are to be used, I request the addition of Brave Search, DuckDuckGo, Bing, and other search engines.

previnder commented 8 months ago

Definitely planning to implement internal search, but that's currently not a priority. Once we have better mod tools, DMs, post saving, and a couple other features, I think it'll be time to get to working on search.

chorylee commented 6 months ago

Definitely planning to implement internal search, but that's currently not a priority. Once we have better mod tools, DMs, post saving, and a couple other features, I think it'll be time to get to working on search.

what's the possible way to implement internal search ?

previnder commented 6 months ago

The best option, as far as I know, is still probably Elasticsearch. Also, there are third party services like Algolia that we could try.

Codycody31 commented 4 months ago

@previnder You could also use meilisearch. Which I believe is leaning more towards it being used for users rather then say logs, etc. It is also based on the work of Algolia. I might throw together a POC for an API endpoint if I have time