Modify ↓
Opened 2 years ago Closed 2 years ago #266 closed bug (fixed)"IN" filters do not work in YAM nightly build
Description
A filter set to search a file does not work in the latest nightly build 26-06-2011. This function did work in YAM 2.6p1.
To reproduce:
Comparison:
Action:
Clicking Filter will not filter the expected email(s). Setting a From filter with an address, rather than creating a file with a list of addresses does work as expected however.
Snoopy reports the file is getting opened, so that isn't the cause of the problem: Attachments (0)Change History (2)comment:1 Changed 2 years ago by thboeckel
comment:2 Changed 2 years ago by thboeckel
(In [5713]) * YAM_FI.c, mui/SearchControlGroup.c: doing a search with a pattern is now
Version 0, edited 2 years ago
by thboeckel
(next)
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



Ok, this was an easy one. First of all, searching using a pattern file was really abandoned when fast Boyer-Moore string search was introduced. Second, searching using a pattern file definitely requires AmigaDOS patterns to be used.