[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 15af30b3cc736898d25ad7687dd187332bfac67b
Evergreen Git
git at git.evergreen-ils.org
Tue Jun 11 10:56:52 EDT 2013
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_4 has been updated
via 15af30b3cc736898d25ad7687dd187332bfac67b (commit)
from 26cf8d6bbc94d4b4bc2cc5264f46bf717fe929c7 (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 15af30b3cc736898d25ad7687dd187332bfac67b
Author: Angela Kilsdonk <akilsdonk at esilibrary.com>
Date: Tue Jun 11 10:56:01 2013 -0400
Edits to documentation
Edits to fit documentation structure.
Signed-off-by: Angela Kilsdonk <akilsdonk at esilibrary.com>
diff --git a/docs/opac/advanced_features.txt b/docs/opac/advanced_features.txt
index 04dd267..f926239 100644
--- a/docs/opac/advanced_features.txt
+++ b/docs/opac/advanced_features.txt
@@ -10,7 +10,8 @@ Use the Catalog to Retrieve Records with Specified Date Ranges:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-*Search by Create Date or Range*
+Search by Create Date or Range
+++++++++++++++++++++++++++++++
To find records that were created on or after a specific date, enter the term, create_date, and the date in the catalog search field. For example, to find records that were created on or after April 1, 2013, enter the following into the catalog search field:
@@ -26,7 +27,8 @@ create_date(2013-04-01,2013-04-08)
-*Search by Edit Date or Range*
+Search by Edit Date or Range
+++++++++++++++++++++++++++++
To find records that were edited on or before a specific date, enter the term, edit-date, and the date in the catalog search field. The date should be preceded by a comma. For example, to find records that were edited on or before April 1, 2013, enter the following into the catalog search field:
@@ -49,7 +51,8 @@ edit_date(2013-04-01,2013-04-08)
-*Search by Deleted Status*
+Search by Deleted Status
+++++++++++++++++++++++++
To search for deleted records, enter in your catalog search field the term, edit_date, the date that you want to search, and the term, #deleted. For example, to find records that were deleted on or after April 1, 2013, enter the following into the catalog search field:
diff --git a/docs/root.txt b/docs/root.txt
index 742a879..c562b3c 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -352,13 +352,13 @@ include::opac/my_lists.txt[]
include::opac/kids_opac.txt[]
+include::opac/advanced_features.txt[]
+
// Push titles down one level.
:leveloffset: 1
include::opac/search_form.txt[]
-include::opac/advanced_features.txt[]
-
// Return to normal title levels.
:leveloffset: 0
-----------------------------------------------------------------------
Summary of changes:
docs/opac/advanced_features.txt | 9 ++++++---
docs/root.txt | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list