Posts are not searchable on Mastodon
Mastodon needs "indexable":true
in ap json to show posts in search. Sharkey already has "noindex"
(for other Sharkeys?) so simply make "indexable"
the inverse of "noindex"
to support Mastodon.
Mastodon needs "indexable":true
in ap json to show posts in search. Sharkey already has "noindex"
(for other Sharkeys?) so simply make "indexable"
the inverse of "noindex"
to support Mastodon.
changed title from Make posts searchable on Mastodon to Posts are not searchable on Mastodon
added bugbackend label
Mastodon never bothered to document this, but the required @context
entry is "indexable": "toot:indexable"
.
mentioned in merge request !660 (merged)
closed with merge request !660 (merged)