From f1a5d014d126621afa80af017da751ccb5ab7f85 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 5 Feb 2016 06:48:45 +0100 Subject: add site GET parameter --- README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ba8a681..f1e0abb 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,18 @@ Features ======== +- Crawler and indexer with the ability to run many in parallel +- Shows and highlights text that contains search words +- Boolean search queries: + + - ``foo bar`` searches for ``foo AND bar`` + - ``foo OR bar`` + - ``title:foo`` searches for ``foo`` only in the page title +- Facets for tag, domain, language and type - Site search - - Query: ``foo bar site:www.example.org/dir/`` + - Query: ``foo bar site:example.org/dir/`` + - or use the ``site`` GET parameter: + ``/?q=foo&site=example.org/dir`` Dependencies ============ -- cgit v1.2.3