In-reply-to » @prologic I'm taking a look at yarn.social search codebase. Just created a tiny PR to add some documentation around setup. I was thinking that I might start with "Document how to use the query language really well" since that would be a good learning exercise. It looks like maybe https://search.twtxt.net/help would be a good place to put that work. Were you wanting to put any search help text anywhere else in the UI?

@brasshopper@twtxt.net So right now the code uses bleve to index documents (feeds and twts here) and is also used as the query engine. It has thing thing called MemoryNeededForSearchResult that might be useful here.

Alternatively there is another good Go library for indexing and searching called bluge that I’ve been following, it might be worthwhile looking in to…

⤋ Read More