Roundup Tracker - Issues

Message1357

Author richard
Recipients
Date 2004-07-19.00:31:30
Message-id
In-reply-to
Logged In: YES 
user_id=6405

The full-text indexer doesn't match text less than 3 characters. 
 
I've altered the code such that we test at the top of filter(): 
 
        # we can't match anything if search_matches is empty 
        if search_matches == {}: 
            return [] 
 
then the test later in the code, which is "search_matches is not 
None", is untouched. 
 
History
Date User Action Args
2009-02-03 14:20:51adminlinkissue990778 messages
2009-02-03 14:20:51admincreate