# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 13
# self = https://watcher.sour.is/conv/uv44muq
@prologic Really cool to finally see a search option for twtxt/yarn. I imaged it to be build into a pod and not a stand-alone search engine. What are the sorting logic for the results?
@darch That will come evtially but building search is by no means trivial 😁
@darch That will come evtially but building search is by no means trivial 😁
@prologic Cool, it seems to work really good with my simple test queries. Negation, exact match, multiple keywords and-ed work all fine. Maybe a search by feed/user would be cool. If the twt is "too long", the second match is not shown and highlighted in the result preview. See @'s twt as an example. "prologic" is shown and hightlighted, but "usenet" is hidden: https://search.twtxt.net/search?q=%2Busenet+%2Bprologic
@prologic Also the number of search results is only shown when there are at least two pages. Pretty awesome, though!
@prologic Maybe a help page for the supported query syntax would be nice. :-)
@lyse Oh I’ll just make the Pager show always then 👌
@lyse Oh I’ll just make the Pager show always then 👌
@lyse Yes okay I’ll fill out the Markdown pages 👍
@lyse Yes okay I’ll fill out the Markdown pages 👍
@prologic Sounds good! Aha crap, I just saw, that I messed up the mention of @movq. It's rendered differently in tt (URL is shown and links to username) than in yarnd (not recognized as link). Interesting.