-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
-
filename search:
- exact ("точно",
filename = "$1"
) - like ("как",
filename LIKE "$1"
) - user provides%
as needed - approx ("примерно",
filename LIKE "%$1%"
) - adds%
before and after automatically
- exact ("точно",
-
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