Conversation

Notices

  1. @gdorn Currently 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...

    Thursday, 21-Jun-18 07:54:22 UTC from mastodon.social
    1. @gdorn ...We need to adopt some syntax to tell the application that substring search should be used. 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 developer.twitter.com/en/docs/ )
      ?!

      Thursday, 21-Jun-18 07:54:53 UTC from mastodon.social