mailarchive icon indicating copy to clipboard operation
mailarchive copied to clipboard

Search is not case-insensitive

Open larseggert opened this issue 1 year ago • 3 comments

I was wondering why searching for "alldispatch" on mailarchive just brought up one message: https://mailarchive.ietf.org/arch/browse/alldispatch/

After a while, I realized that the search might be case-sensitive. But it's not, because searching for "Alldispatch" brings up messages containing "ALLDISPATCH" as well: https://mailarchive.ietf.org/arch/search/?q=Alldispatch

So what is it and can we make this more intuitive? My proposal would be (fully) case-insensitive by default and enable case-sensitive searches via the "advanced search" dialog.

larseggert avatar Jan 12 '24 07:01 larseggert

Search queries are case-insensitive. When only one search term is given and it matches a list name the result is all messages for the named list, a browse feature. Quoting the term will result in a broad search for the term across all lists. Maybe the UI can be improved in this scenario.

rpcross avatar Feb 24 '24 00:02 rpcross

So are mailing list names matches case-sensitive? Because searching for "alldispatch" should otherwise have brought up all messages? That'd IMO be counter-intuitive.

larseggert avatar Feb 26 '24 06:02 larseggert

Mailing list name matches are case-sensitive. "alldispatch" redirects to the list browse view for that list: https://mailarchive.ietf.org/arch/browse/alldispatch/ While "Alldispatch" responds with a broad search for that term, unless you choose the "alldispatch" option from the auto-complete dropdown. Note: On January 11 there was only one message to the list. The lower case name was giving the browse view for all messages of the list

rpcross avatar Jul 16 '24 23:07 rpcross