stable

Clone or download

Read-only

Query with = "<stuff>"

Part of story #10323: search with TQL in attachments info Given an artifact with the following attachment: - filenamename: meeting 20170615.docx - description: minutes of the meeting Following searches should return the artifact: - files = "minutes" - files = "meeting" - files = "meet" - files = "nut" Please note that if you search != "<stuff>" you will raise an exception as it is not implemented yet. Will be done in a next commit. Change-Id: Ia83eecc677f54c4de7f0dfa751b9d8967284fc6d

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/File/FileFieldChecker.php +1 −5 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForFile.php +38 −12 Go to diff View file