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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.