Email or username:

Password:

Forgot your password?
Top-level
Renaud Chaput

Full-text search allows you to search for words in the content of statuses (if your instance has ElasticSearch configured), compared to the current version which only allows searching for hashtags.

In addition, you get a whole lot of search modifiers for advanced search (no UI for those yet):

has:image / has:video / has:audio / has:media
has:poll / has:link / has:embed
is:sensitive / is:reply
language:en
from:account
before:2023-08-08
after:2023-08-08
during:2023-08-08

4 comments
Frozen Canuck

@renchap does full-text search also encompass a user’s profile (opt-in)? Basically to help aid in user discoverability

Renaud Chaput

@frozencanuck Profiles are already indexed (in 4.2.0 at least), if your profiled is marked as “discoverable" (the “Feature profile and posts in discovery algorithms" setting).
If this setting is not set, then only the user name and display name are indexed.

tsetiady

@renchap one question does mastodon operators support NOT or "-" i.e. -has:link to search for post that has no link (text only)?

Renaud Chaput

@tsetiady I am not sure of the exact syntax, but it should support AND / OR / NOT, and if it does not it can be added easily. I will check!

Go Up