Skip to content

Search by file name/date/path #40

@Lex-2008

Description

@Lex-2008
  • filename search:

    • exact ("точно", filename = "$1")
    • like ("как", filename LIKE "$1") - user provides % as needed
    • approx ("примерно", filename LIKE "%$1%") - adds % before and after automatically
  • directory

    • any
    • current
    • current with subdirs
    • any, containing words (dirname LIKE "%$2%")
  • created

    • before
    • after
  • deleted

    • before
    • after
  • existed

    • at exact datetime
    • between … and …
      • complete ("полностью", created before first date, deleted after second) - file must stay the same version during the whole period
      • partial ("частично", created before second date, deleted after first) - file version existed somewhere inside this period
  • case?

result: table

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions