I noticed that I have some PDFs in my PDF folder that have strange names. I'd like to find the reference that contains them. Is there
a way to search through the names of the attachments, or list all name of attachments?
Find reference that has a certain attachement
-
- Posts: 16
- Joined: Sat Aug 15, 2015 5:30 am
Re: Find reference that has a certain attachement
Sure. Don't forget the SQL search capability. This is the example given on p. 363 or the User Guide:
To find a reference with a specific attachment:
attachments REGEX '(?mi)my attachment name'
Jon
Sonny Software
To find a reference with a specific attachment:
attachments REGEX '(?mi)my attachment name'
Jon
Sonny Software
-
- Posts: 16
- Joined: Sat Aug 15, 2015 5:30 am
Re: Find reference that has a certain attachement
Wow! Amazing!
Thanks
Thanks