54
Search sucks! Yeah, it does, and here's why.
(community.nodebb.org)
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
I understand where you are coming from: search is not easy, but at the same time I think we already have solutions that are "good enough" and doesn't require a ton of work from the developers. PostgreSQL FTS works well enough to power the search system for Lemmy and it works out-of-the-box, for example.
Heck even SQLite has full-text search built in, which is mind-blowing
https://sqlite.org/fts5.html