Skip to content

Commit

Permalink
LP#2089390: renormalize line endings per the new .gitattributes
Browse files Browse the repository at this point in the history
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
gmcharlt authored and sandbergja committed Dec 2, 2024
1 parent 6a38e8e commit eda808b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
32 changes: 16 additions & 16 deletions docs/modules/ROOT/pages/index.adoc
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:



76 changes: 38 additions & 38 deletions docs/modules/admin/pages/auto_suggest_search.adoc
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]

0 comments on commit eda808b

Please sign in to comment.