[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. cf9cd6b795c1670f80310f3dd220f3648f3b92e5

Evergreen Git git at git.evergreen-ils.org
Tue Jul 1 15:07:31 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_6 has been updated
       via  cf9cd6b795c1670f80310f3dd220f3648f3b92e5 (commit)
      from  f5ad76ba83c447319e23028186d969675ed921e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cf9cd6b795c1670f80310f3dd220f3648f3b92e5
Author: Yamil Suarez <yamil at yamil.com>
Date:   Tue Jul 1 14:58:33 2014 -0400

    Documentation: added "search URL" text inside of "using OPAC" section
    
    Replaces temporary text that was accidentally added to the "using OPAC" section.
    
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/opac/using_the_public_access_catalog.txt b/docs/opac/using_the_public_access_catalog.txt
index 55643ba..323a409 100644
--- a/docs/opac/using_the_public_access_catalog.txt
+++ b/docs/opac/using_the_public_access_catalog.txt
@@ -221,10 +221,50 @@ Search URL
 
 indexterm:[search URL]
 
-////[SKIP FOR NOW, WAIT FOR YAMIL]////
+When performing a search or clicking on the details links, Evergreen constructs a GET request url with the parameters of the search. The url for searches and details in Evergreen are persistent links in that they can be saved, shared and used later.
 
+Here is a basic search URL structure:
 
 
++++[hostname]+++/eg/opac/results?query=[search term]&**qtype**=keyword&fi%3Aitem_type=&**locg**=[location id]
+
+locg Parameter
+^^^^^^^^^^^^^^
+This is the id of the search location. It is an integer and maches the id of the location the user selected in the location drop down menu.
+
+qtype Parameter
+^^^^^^^^^^^^^^^
+
+The _qtype_ parameter in the URL represents the search type values and represent one of the following search or request types:
+
+
+* Keyword 
+* Title
+* Journal Title
+* Author
+* Subject
+* Series
+* Bib Call Number
+
+
+These match the options in the search type drop-down box.
+
+Sorting
+^^^^^^^
+
+The _sort_ parameter sorts the results on one of these criteria.
+• sort=pubdate (publication date) - chronological order
+• sort=titlesort - Alphabetical order
+• sort=authorsort - Alphabetical order on family name first
+
+To change the sort direction of the resutls, the _sort_ paremeter value has the ".descending" suffix added to it.
+
+* sort=titlesort.descending
+* sort=authorsort.descending
+* sort=pubdate.descending
+
+In the absence of the _sort_ parameter, the search results default to sorting by relevance.
+
 
 Search Results
 ~~~~~~~~~~~~~~

-----------------------------------------------------------------------

Summary of changes:
 docs/opac/using_the_public_access_catalog.txt |   42 ++++++++++++++++++++++++-
 1 files changed, 41 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list