mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Support filtering by since/before dates in the search engine
e.g. added>7 (recent content since 7 days ago) or added<30 (content added before the last 30 days)
This commit is contained in:
@ -88,6 +88,7 @@ private:
|
||||
text,
|
||||
boolean,
|
||||
date,
|
||||
dateFolder,
|
||||
folder,
|
||||
booleanFolder,
|
||||
filename,
|
||||
|
Reference in New Issue
Block a user