this post was submitted on 30 Aug 2025
220 points (98.7% liked)

Fediverse

36747 readers
248 users here now

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!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

To see it in action:

Crust.piefed.social (the Piefed development instance)

Not all instances implement it yet, I guess it depends how often they pull from the dev branch

Example of search for 'movies'

you are viewing a single comment's thread
view the rest of the comments
[–] flamingos@feddit.uk 2 points 2 days ago (1 children)

That doesn’t feel like how search should work. It should be ranking results that fit the search query better higher than ones that fit it less.

But the existing filters already prescribe an order outside of how closely the search term matches, you brought up top month and I don't see how you'd want that to work other than a binary filter sorted by votes.

What you're describing would be a new sort order, analogous to Reddit's 'Relevance' sort. It's certainly doable with postgres' builtin distancing operators, though it be slower.

[–] Zagorath@aussie.zone 1 points 1 day ago

you brought up top month and I don’t see how you’d want that to work

The truth is I don't want "top month". What I really want is "best result, filtered by this month". But unfortunately that doesn't exist, and in the absence of that, I use "top month".