I have an attachment called ABC.pdf but the extension can be different. I wanted to use CQL to find this file but it does not work as expected.
When I use title~ABC, it returns nothing. When I do specify the full name including the extension, it works (title~ABC.pdf).
Is there a way to use this for attachment search that would really return any file containing the phrase irrelevant of the file extensions<
Probably will have to wait till search condition will be allowed to start with *..
Hi @PietroR you could try something like title ~ "ABC?" AND type = attachment
Reference pages.
https://confluence.atlassian.com/conf61/confluence-search-syntax-877188188.html
https://confluence.columbia.edu/confluence/display/CONFDOCS/Searching+in+Confluence
https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/#title
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.