Using Regex on attachment contents (advanced search)
Hi,
I tried the following search without success:
Match="all"
attachment content --> contains --> author A
attachment content --> contains --> term A|term B|term C
I was expecting many results, but the search provided "0" results.
a) Is the syntax wrong in the second criteria (OR): term A|term B|term C ?
b) Is it possible to search in an single field "attachment content --> contains -->" using (AND). What would be the regex expression equivalent to term A AND term B AND term C?
Thanks!
Cadu
I tried the following search without success:
Match="all"
attachment content --> contains --> author A
attachment content --> contains --> term A|term B|term C
I was expecting many results, but the search provided "0" results.
a) Is the syntax wrong in the second criteria (OR): term A|term B|term C ?
b) Is it possible to search in an single field "attachment content --> contains -->" using (AND). What would be the regex expression equivalent to term A AND term B AND term C?
Thanks!
Cadu
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
b) no. There is no "AND" in regular expressions (it doesn't make sense for what regex was designed to do, which is to match a specific string). You can, of course, add it as an additional search condition in Zotero.