Roundup Tracker - Issues

Message3160

Author anonymous
Recipients
Date 2003-02-02.04:24:04
Message-id
In-reply-to
For text based searching in the "All text", or "Title" fields,
I often 
want certain keywords and not an exact phrase
search. E.G. I 
would like to type "eth0 jabber" in a Title
field and find all topics 
that have the words "eth0" and the
word "jabber" in the title 
regardless of their relative
positions in the title. Right now it 
seems phrase searching
is the only thing that is 
possible.

I would suggest splitting the search phrase into 
quoted
(phrase search) and unquoted portions and 
then
reporting the intersection of the results for each 
search.

E.G.

  "sun microsystems" sunblade disk 
failure

would be implemented as:

  search for the 
phrase "sun microsystems"
  search for the phrase 
"sunblade"

set the result set to the intersection of these 
two
search results.

  search for the phrase 
"disk"

set the result set to the intersection of the current 
result
set and the results of this search. Same with the phrase 
"failure".

-- rouilj

History
Date User Action Args
2009-02-03 14:23:36adminlinkissue678904 messages
2009-02-03 14:23:36admincreate