Conversation
Notices
-
@gdorn Currently #AndStatus can show timelines filtered by full words or by quoted phrases, containing full words only. This is why, for example, domain name loadaverage.org can be found only in a case it is typed as a separate word, like in this post, and not as a part of the URL with a path inside this domain...
-
@gdorn ...We need to adopt some syntax to tell the application that substring search should be used. #ActivityPub doesn't mention any query syntax. So in order to filter by a part of URL I think that Twitter's "premium" :-) syntax could be used, e.g.:
contains:loadaverage.org
or even:
contains://loadaverage.org/
- in order to avoid matching with longer domain names
(see https://developer.twitter.com/en/docs/tweets/rules-and-filtering/overview/premium-operators.html )
?!
-