New submission from anonymous: A search for from:robe* does not find all the expected emails (eg ones from people called Robert).
The translated query (line 399 of lib/sup/index.rb) is (from_email:robe OR from_name:robe)* I think it should expand to (from_email:robe* OR from_name:robe*) Indeed, a search for from_name:robe* yields the expected results. ---------- messages: 257 nosy: anonymous priority: bug ruby_version: 1.9.1 status: unread sup_version: git/debian title: wildcard in from: field do not work _________________________________________ Sup issue tracker <[email protected]> <http://masanjin.net/sup-bugs/issue112> _________________________________________ _______________________________________________ Sup-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-devel
