Mastodon: Enabling full-text search #180
Labels
No labels
Blocked
Existing Service
Infrastructure Issue
Refactor
Security Hardening
Security Issue
Service Idea
Service Removal
Upgrade service
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: data.coop/ansible#180
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation:
As the Fediverse is growing, the demands for features of Mastodon are moving from basic to more advanced. The feature of full-text search enables searching across the user's own post and more:
I'm currently stuck once in a while because I cannot re-find my OWN old posts, simply because it's too time-consuming to scroll back in time to find them.
It seems that we would have to run ElasticSearch which sits on top of a Java stack... which makes it sadly large, over 500 MB.
Technical implementation:
https://docs.joinmastodon.org/admin/elasticsearch/
Would it be possible to use OpenSearch? :)
Oh yes!!