example: https://lists.sr.ht/~delthas/senpai-dev?search=from%3Atim
any other combination of cases will work -- e.g. Tim, tIm, tiM, tIM, etc ...
meanwhile,
From:name
appears to work when searching for a lowercase first name.
this is despite one of the suggested searches containing an all lowercasefrom:me
example.
This is very likely due to the fact that
- The
from:whatever
syntax prioritizes userwhatever
if it exists, and otherwise does fuzzy search (see this), and- There actually is a user with username tim (see here) :-)
I'm looking at other weirdnesses with
from:whatever
searches, and will keep this ticket in mind if/when I (hopefully) submit a patch to address them.
Patch proposed => https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/58727
Simon Martin referenced this ticket in commit da0d7ca.