Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / www / demo / help.php
index 22a9ac5..e8ffabd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-/* $Id: help.php,v 1.1 2007-01-04 14:11:55 sondberg Exp $
+/* $Id: help.php,v 1.2 2007-03-20 05:23:06 quinn Exp $
  * --------------------------------------------------------------------
  * Keystone retreiver help page
  */
@@ -9,7 +9,28 @@ require('includes.phpi');
 
 insert_header();
 
-echo "<h3>Welcome to the help page</h3>";
+?>
+
+<h3>How to Use This Portal</h3>
+
+<p>
+You can enter search keywords into the search bar, just as you would for
+google. However, you can also limit your search to specific fields.
+Examples:
+</p>
+<p>
+ti=old christmas
+</p>
+<p>
+ti=old christmas and au=washington
+</p>
+<p>
+You can use boolean operators, and, or, not, to combine terms, or even
+parantheses to group complex expressions. The search fields supported are
+au=author, ti=title, and su=subject.
+</p>
+
+<?php
 
 insert_footer();