I have clear that a filter is a continuation of the regular query that loads the hopper, as mentioned in this posting, that looks like:
select * from vicidial_list where status = .... AND (my filter).
Now, the filter works fine if the list has not been called but once is called the same filter doesn't work anymore. But the only way to make it pull records is resetting the list.
My opinion is that the conditions (regular and filter) are still met even after the first "spin" has occurred and that it doesn't make sense to reset the list to reapply the filter.
Regular where conditions taken from the filter preview screen:
CAMPAIGN: 1234
LISTS: '200027'
STATUSES: B DROP MSJ LMNC N NOSTA NEW NA
FILTER: T00001
CALL TIME: 8302130
My filter:
(comments not regexp '^D/E|^-' )
VERSION: 2.2.0-215
BUILD: 90908-1207
comments?