Roundup Tracker - Issues

Message2062

Author richard
Recipients
Date 2006-01-25.21:43:04
Message-id
In-reply-to
Logged In: YES 
user_id=6405

But "value=1 and value=2" isn't the use case!  
  
This is a string search, using LIKE clauses. Its use case  
is someone entering "foo bar" and the filter() code  
matching  
  
  like '%foo%' and like '%bar%' 
 
History
Date User Action Args
2009-02-03 14:21:30adminlinkissue1373396 messages
2009-02-03 14:21:30admincreate