From 59f931647a2b4a13be20ba8f2baa4ec93e334ee5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 30 Aug 2016 08:05:00 +0200 Subject: Add support for modification date queries: "before:", "after:" and "date:" Resolves: #4 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 7977635..e34cd15 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,11 @@ Features - ``foo OR bar`` - ``title:foo`` searches for ``foo`` only in the page title - Facets for tag, domain, language and type +- Date search: + + - ``before:2016-08-30`` - modification date before that day + - ``after:2016-08-30`` - modified after that day + - ``date::2016-08-30`` - exact modification day match - Site search - Query: ``foo bar site:example.org/dir/`` -- cgit v1.2.3