Right now the Type to find users search box on Stack Overflow unexpectedly returns matches for substrings starting from the beginning only, e.g.:
- Expected:
- Jeff matches all Jeffs
- Jeff A matches some Jeffs
- Jeff Atwood matches the one and only only ;)
- Unexpected:
- eff matches only users starting with Eff
- Atwood matches only one user starting with Atwood
This appears to behave like that on SO only (revision: 2010.8.13.2), while some other sites like MSO here do still return arbitrary substring matches as desired (revision: 2010.8.13.1)