# 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 2
# self = https://watcher.sour.is/conv/qe5nmkq
📣 Updates to Search Engine:

- Remove the default fuzziness of 1 (but see below)
- Fixed several bugs in the pager (trying searching for "Hello World" and sort by "Oldest")
- Try to auto-detect the type of the query string by parsing it as a query string, if that fails default to match query...

This last feature GuessQueryType() now allows advanced users to type in a Query String query and letting the backend figure out that's what you meant. So for example you can search for terms with fuzziness quite easily by just typing in the search box: fuck~1 (for example) or search for mentions by typing in mentions:prologic@twtxt.net -- Enjoy 🤗 #Twtxt #Yarn.social #Search #Engine
📣 Updates to Search Engine:

- Remove the default fuzziness of 1 (but see below)
- Fixed several bugs in the pager (trying searching for "Hello World" and sort by "Oldest")
- Try to auto-detect the type of the query string by parsing it as a query string, if that fails default to match query...

This last feature GuessQueryType() now allows advanced users to type in a Query String query and letting the backend figure out that's what you meant. So for example you can search for terms with fuzziness quite easily by just typing in the search box: fuck~1 (for example) or search for mentions by typing in mentions:prologic@twtxt.net -- Enjoy 🤗 #Twtxt #Yarn.social #Search #Engine