Sort by: Newest, Oldest, Most Relevant
(#bvykn5a) Only way I can think of to solve this (_because Go's regexp library doesn't have negative look behinds_) is to do something like this: ``` func ExpandTag(conf *Config, db Store, user *User, text string) string { - re := regexp.MustCompile(```#([-\w]+)`) + re := regexp.MustCompile(`[( ,;]#([-\w]+)`) ```

matched #237sn5a score:0.12 Search by:
Search by 1 tags:
(#nlouyba) Yeah it would be! I _think_ we'd have a lot to complement each other. Problem is it actually is a lot of work to create a generalised search engine. It's much easier to create a search engine for a small domain like Yarn.social / Twtxt. But even then there's still work to be done on the crawling side (_I think_) -- Right now it just re-crawls the space once a day.

matched #23afyqa score:0.12 Search by:
Search by 1 tags:
This is twtxt search engine and crawler. Please contact Support if you have any questions, concerns or feedback!