Changes between Initial Version and Version 1 of Ticket #6734, comment 4
- Timestamp:
- May 30, 2011, 11:01:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6734, comment 4
initial v1 2 2 something else I got only few or any elements, like if I do: 3 3 4 ((MAIL:when>% last 1 year%)) I get a lot of stuff4 ((MAIL:when>%- 1 years%)) I get a lot of stuff 5 5 6 6 ((MAIL:status=="Read")) a lot again 7 7 8 ((MAIL:when>%last 1 year%)&&(MAIL:status=="Read")) I get nothing. 8 ((MAIL:when>%- 1 years%)&&(MAIL:status=="Read")) I get nothing. 9 10 EDIT 11 12 ((MAIL:when>%- 1 years%)&&(MAIL:status=="*Read*")) this way it works, seems doesn't like exactly matching criteria 13 14 15 16 when any other index is queried using wildcard this works