-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LP#2089390: renormalize line endings per the new .gitattributes
This commit is the result of running the following command and committing the changed files: git add --renormalize . The two AsciiDoc files correspond to what I would expect per the results of `git ls-files --eoli | grep crlf` Signed-off-by: Galen Charlton <gmc@equinoxOLI.org> Signed-off-by: Jane Sandberg <js7389@princeton.edu>
- Loading branch information
1 parent
6a38e8e
commit eda808b
Showing
2 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
= Evergreen Documentation | ||
ifndef::env-site,env-github[] | ||
include::_attributes.adoc[] | ||
endif::[] | ||
// Settings | ||
:idprefix: | ||
:idseparator: - | ||
|
||
|
||
== Topic Manuals == | ||
|
||
Browse all the documentation topics using the left sidebar. Or, try one of | ||
these smaller topic manuals: | ||
|
||
|
||
|
||
= Evergreen Documentation | ||
ifndef::env-site,env-github[] | ||
include::_attributes.adoc[] | ||
endif::[] | ||
// Settings | ||
:idprefix: | ||
:idseparator: - | ||
|
||
|
||
== Topic Manuals == | ||
|
||
Browse all the documentation topics using the left sidebar. Or, try one of | ||
these smaller topic manuals: | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
= Auto Suggest in Catalog Search = | ||
:toc: | ||
|
||
The auto suggest feature suggestions for completing search terms as the user enters his search query. Ten suggestions are the default, but the number of suggestions is configurable at | ||
the database level. Scroll through suggestions with your mouse, or use the arrow keys to scroll through the suggestions. Select a suggestion to view records that are linked to | ||
this suggestion. This feature is not turned on by default. You must turn it on in the Administration module. | ||
|
||
|
||
== Enabling this Feature == | ||
|
||
. To enable this feature, click *Administration* -> *Server Administration* -> *Global Flags*. | ||
. Click *Filter* under *Name*. Choose *Is Exactly* and search 'opac.use_autosuggest'. | ||
. Double click anywhere in the row to edit the fields. | ||
. Check the box adjacent to *Enabled* to turn on the feature. | ||
+ | ||
NOTE: If you checked *Enabled* in step 4, and it should autofill *opac_visible* under *Value*. Evergreen will suggest searches for which | ||
there are matching MARC records with copies within your search scope. For example, it will suggest MARC records with copies at your branch. | ||
+ | ||
. Click *Save.* | ||
|
||
image::autosuggest/global_flag_autosuggest.png[Global Flag Setting for Auto Suggest] | ||
|
||
After this global flag is enabled, it's recommended to: | ||
|
||
. Remove cached values of global flags and other settings from memcached. You can use this command, replacing `localhost` with the location of your memcached server: | ||
---- | ||
memcdump --servers localhost | grep ^EGWeb | xargs -n 1 memcrm --servers localhost | ||
---- | ||
[start=2] | ||
. Restart or reload Apache on all webservers. | ||
|
||
== Using this Feature == | ||
|
||
. Enter search terms into the basic search field. Evergreen will automatically suggest search terms. | ||
. Select a suggestion to view records that are linked to this suggestion. | ||
|
||
image::autosuggest/autosuggest_search.png[Auto Suggests in Search] | ||
|
||
= Auto Suggest in Catalog Search = | ||
:toc: | ||
|
||
The auto suggest feature suggestions for completing search terms as the user enters his search query. Ten suggestions are the default, but the number of suggestions is configurable at | ||
the database level. Scroll through suggestions with your mouse, or use the arrow keys to scroll through the suggestions. Select a suggestion to view records that are linked to | ||
this suggestion. This feature is not turned on by default. You must turn it on in the Administration module. | ||
|
||
|
||
== Enabling this Feature == | ||
|
||
. To enable this feature, click *Administration* -> *Server Administration* -> *Global Flags*. | ||
. Click *Filter* under *Name*. Choose *Is Exactly* and search 'opac.use_autosuggest'. | ||
. Double click anywhere in the row to edit the fields. | ||
. Check the box adjacent to *Enabled* to turn on the feature. | ||
+ | ||
NOTE: If you checked *Enabled* in step 4, and it should autofill *opac_visible* under *Value*. Evergreen will suggest searches for which | ||
there are matching MARC records with copies within your search scope. For example, it will suggest MARC records with copies at your branch. | ||
+ | ||
. Click *Save.* | ||
|
||
image::autosuggest/global_flag_autosuggest.png[Global Flag Setting for Auto Suggest] | ||
|
||
After this global flag is enabled, it's recommended to: | ||
|
||
. Remove cached values of global flags and other settings from memcached. You can use this command, replacing `localhost` with the location of your memcached server: | ||
---- | ||
memcdump --servers localhost | grep ^EGWeb | xargs -n 1 memcrm --servers localhost | ||
---- | ||
[start=2] | ||
. Restart or reload Apache on all webservers. | ||
|
||
== Using this Feature == | ||
|
||
. Enter search terms into the basic search field. Evergreen will automatically suggest search terms. | ||
. Select a suggestion to view records that are linked to this suggestion. | ||
|
||
image::autosuggest/autosuggest_search.png[Auto Suggests in Search] | ||
|