regular expressions in advanced search within attachment content
I see that regexps are supported in the Attachment Content search condition if you click the little arrow for regexp in the search field. I have tried what I think is standard syntax, e.g. /foo/ but to no avail. Also, are phrases contained in parentheses in the full text findable, e.g. the phrase (foo) ?
Thank you,
Paul
Thank you,
Paul
Fixed in the latest 4.0 Branch dev XPI for 4.0.5.
The slashes aren't necessary, since the search text is passed to JavaScript's "new RegExp()" as a string.