From a833b349f6a5d9960eff787e8c719dc6ab163c65 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 26 Sep 2013 13:45:08 -0400 Subject: [PATCH] Clean up minor doc problems MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit "Content Café" would generate a section ID containing "é" which is not well-formed XML; that was breaking PDF generation. Provide an explicit ID for the section in question. The OPAC advanced features section skipped a level of headings, which generated a warning during PDF processing. Signed-off-by: Dan Scott --- docs/admin_initial_setup/designing_your_catalog.txt | 1 + docs/opac/advanced_features.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/admin_initial_setup/designing_your_catalog.txt b/docs/admin_initial_setup/designing_your_catalog.txt index 2512b7d2af..0769551905 100644 --- a/docs/admin_initial_setup/designing_your_catalog.txt +++ b/docs/admin_initial_setup/designing_your_catalog.txt @@ -447,6 +447,7 @@ ChiliFresh: #SetEnv OILS_CHILIFRESH_HTTPS_URL https://secure.chilifresh.com/on-site/js/evergreen.js ---- +[id="_content_cafe"] Content Café ~~~~~~~~~~~~ diff --git a/docs/opac/advanced_features.txt b/docs/opac/advanced_features.txt index f926239140..e52be989c0 100644 --- a/docs/opac/advanced_features.txt +++ b/docs/opac/advanced_features.txt @@ -11,7 +11,7 @@ Use the Catalog to Retrieve Records with Specified Date Ranges: 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: @@ -28,7 +28,7 @@ create_date(2013-04-01,2013-04-08) 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: @@ -52,7 +52,7 @@ edit_date(2013-04-01,2013-04-08) 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: -- 2.43.2