[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sup-devel] [issue112] wildcard in from: field do not work



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 <sup-bugs@masanjin.net>
<http://masanjin.net/sup-bugs/issue112>
_________________________________________
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel