•  
     
    story #10323 search with TQL in attachments info
Summary
Empty
search with TQL in attachments info
Empty
  • Grammar
    • New fields: attachments
    • Should search in both file name and description.
    • Operators: =, !=
    • Empty string means "no attachemnents"
  • Examples:
    • Given attachment
      • name: meeting 20170615.docx
      • description: minutes of the meeting
    • Following search search should return the doc
      • files = "minutes"
      • files = "meeting"
      • files = "meet"
      • files = "nut"
    • != operator is supported as well:
      • files != "minutes"
      • ...
    • Query like: summary = "rest" and attachement = ""
      • Search for all artifacts with a summary that contains "rest" and without attachements
    • Query like: summary = "rest" and attachement != ""
      • Search for all artifacts with a summary that contains "rest" and with at least one attachement
Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#10323
Manuel Vacelet (vaceletm)
2018-03-08 13:00
2017-06-15 11:42
4436

References

Follow-ups

User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar

Yes, all string comparison operators should be supported


  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
Should we support as well != operator like for string/text fields?

  • Permissions set to