add site GET parameter
[phinde.git] / README.rst
index ba8a681e57bae93488ab782876c8a2e8c31b6af2..f1e0abb06d0eba82aa11487b5c268932e37bf275 100644 (file)
@@ -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
 ============