[feat] Add support for indexable flag #698

Open
opened 2024-02-19 13:48:15 +00:00 by Matt · 0 comments

The idea

It would be nice if the indexable flag in AP is set to true if discoverable is also set to true. I don't know the "culture" of Akkoma instances to know if this should be a separate setting.

The reasoning

As is most probably known, Mastodon recently added support for full text search through a new indexable flag which is separate to the discoverable flag. Source

While all posts in Akkoma that are discoverable are indexed for search, posts from Akkoma do not show up in search in Mastodon and any other software that adopts its standard, which unfortunately is a large chunk of the Fediverse.

I don't really agree with how Mastodon does this, but I believe people who want their posts to be public and searchable to work in other places as intended.

There is a spec / discussion to add indexable to AP as well, which you can find below:

https://codeberg.org/fediverse/fep/src/branch/main/fep/5feb/fep-5feb.md

https://socialhub.activitypub.rocks/t/fep-5feb-search-indexing-consent-for-actors/3550

Thanks in advance, I have been enjoying my own Akkoma instance. :)

Have you searched for this feature request?

  • I have double-checked and have not found this feature request mentioned anywhere.
  • This feature is related to the Akkoma backend specifically, and not pleroma-fe.
### The idea It would be nice if the indexable flag in AP is set to true if discoverable is also set to true. I don't know the "culture" of Akkoma instances to know if this should be a separate setting. ### The reasoning As is most probably known, Mastodon recently added support for full text search through a new indexable flag which is separate to the discoverable flag. [Source](https://github.com/mastodon/mastodon/pull/26485) While all posts in Akkoma that are discoverable are indexed for search, posts from Akkoma do not show up in search in Mastodon and any other software that adopts its standard, which unfortunately is a large chunk of the Fediverse. I don't really agree with how Mastodon does this, but I believe people who want their posts to be public and searchable to work in other places as intended. There is a spec / discussion to add indexable to AP as well, which you can find below: https://codeberg.org/fediverse/fep/src/branch/main/fep/5feb/fep-5feb.md https://socialhub.activitypub.rocks/t/fep-5feb-search-indexing-consent-for-actors/3550 Thanks in advance, I have been enjoying my own Akkoma instance. :) ### Have you searched for this feature request? - [x] I have double-checked and have not found this feature request mentioned anywhere. - [x] This feature is related to the Akkoma backend specifically, and not pleroma-fe.
Matt added the
feature request
label 2024-02-19 13:48:15 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#698
No description provided.