@@ -, +, @@ --- .../prog/en/modules/help/catalogue/itemsearch.tt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/itemsearch.tt --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/itemsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/itemsearch.tt @@ -0,0 +1,15 @@ +[% INCLUDE 'help-top.inc' %] + +

Item Search

+ +

If you are looking for specific items you can use the item search engine in the staff client to find them.

+ +

At the top of the advanced search page in the staff client you will see a link to 'Go to item search'

+ +

Clicking that link will open up a item specific search engine.

+ +

Using the search form that is presented you can find a list of specific items that can be output to the screen or to a CSV file. If your results are printed to the screen you will have the option to narrow your search further using filters at the top.

+ +

See the full documentation for Searching in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] --