aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-02-05 06:48:45 +0100
committerChristian Weiske <cweiske@cweiske.de>2016-02-05 06:48:45 +0100
commitf1a5d014d126621afa80af017da751ccb5ab7f85 (patch)
tree1cc3cb5bb4baabaa56e4ec61f7952ca9a516d142 /README.rst
parent8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac (diff)
downloadphinde-f1a5d014d126621afa80af017da751ccb5ab7f85.tar.gz
phinde-f1a5d014d126621afa80af017da751ccb5ab7f85.zip
add site GET parameter
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 11 insertions, 1 deletions
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
============