Does "space" character work in Zotero's normal PDF content search?
Hi,
When searching by "title", if a "space" is added before " science", it would avoid to mismatch "conscience".
If it was a PDF search by using Regex, it would be "\bscience", in which \b is the boundary of the word.
=> In the case of Zotero's normal PDF content search, how does the "space" work? How can it be handled for exact matches?
Many thanks,
Cadu
When searching by "title", if a "space" is added before " science", it would avoid to mismatch "conscience".
If it was a PDF search by using Regex, it would be "\bscience", in which \b is the boundary of the word.
=> In the case of Zotero's normal PDF content search, how does the "space" work? How can it be handled for exact matches?
Many 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.
(btw - why not just try things like that out: it's easy to test).