# 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/fypp3aq
@prologic here's a crude mock-up of a search interface
@darch Interesting concept. Some of the elements here I'm not sure how to make work to be honest 🥲🤔
@darch Interesting concept. Some of the elements here I'm not sure how to make work to be honest 🥲🤔
@prologic i imagine some of the filters cen be done by adding a +author:datch to the query.
@darch it's not the proposed filters I have a problem with it's the counts that you seem to have come up with which I think would be rather difficult to do
@darch it's not the proposed filters I have a problem with it's the counts that you seem to have come up with which I think would be rather difficult to do
@prologic ah okay, I imagine something like greb author
The filters shown will be depending on the search results and the numbers/frequently will be used for sorting under each filter and the only show the first 3-5 names and an unfold option to get to the rest
@darch I think we start simple 😆 I'm not sure how to make _some_ of your mock-up work 😂
@darch I think we start simple 😆 I'm not sure how to make _some_ of your mock-up work 😂
@prologic yes, I'm just dreaming big. Let's just get something working
@darch You you want to have a play with how things _could_ work, I'd recommend you checkout the refactor branch on search repo -- I'm not quite yet ready to start integrating into yarnd so I started improving the search engine instead -- But I plan to borrow code from here...


$ git clone https://git.mills.io/yarnsocial/search.git
$ cd search
$ git checkout refactor
$ make DEBUG=1 && ./yarns -D
@darch You you want to have a play with how things _could_ work, I'd recommend you checkout the refactor branch on search repo -- I'm not quite yet ready to start integrating into yarnd so I started improving the search engine instead -- But I plan to borrow code from here...


$ git clone https://git.mills.io/yarnsocial/search.git
$ cd search
$ git checkout refactor
$ make DEBUG=1 && ./yarns -D