This commit is contained in:
Mike Macgirvin 2023-08-30 07:11:42 +10:00
parent 86638503c3
commit 032fecd584

View file

@ -14,7 +14,7 @@ Access is controlled by a permission named 'search_stream'. Only viewers possess
The site search is an aggregate of all channels that allow the viewer to search their content. The search results may include protected or private content which is permitted to be seen by the viewer. If the viewer cannot be determined, only public content is returned.
The search permission is available to federated protocols via an attribute 'canSearch' in the actor record. This consists of an array consisting of the actor ids of those who are permitted to search content. Usually this will be an access list or the ActivityPub 'folowers' collection. It may also contain individual actor ids or the ActivityPub "public inbox" identifier if public searching is allowed. An empty array means nobody can search the channel.
The search permission is available to federated protocols via an attribute 'canSearch' in the actor record. This consists of an array consisting of the actor ids of those who are permitted to search content. Usually this will be an access list or the ActivityPub 'followers' collection. It may also contain individual actor ids or the ActivityPub "public inbox" identifier if public searching is allowed. An empty array means nobody can search the channel.
## Discovery