dahlia / hollo

Federated single-user microblogging software
https://docs.hollo.social/
GNU Affero General Public License v3.0
241 stars 16 forks source link

Get rid of the dependency on Meilisearch #5

Closed dahlia closed 3 months ago

dahlia commented 3 months ago

Meilisearch is powerful, but buggy (frequently dies due to OOM), and heavy for self-hosters to install. Therefore, we need to remove the dependency on Meilisearch and use PostgreSQL's full-text search instead.

longfin commented 3 months ago

Could I take this? @dahlia

dahlia commented 3 months ago

Sure!