How to Enable Full-Text Search on a Mastodon Instance With Elasticsearch
Mastodon’s default search only finds exact usernames and hashtags. This limitation frustrates power users and community managers who need to locate posts by keywords or phrases across the federated timeline. The cause is that Mastodon stores posts in a PostgreSQL database without a full-text index by default. This article explains how to install and configure … Read more