]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Reports/template-search.adoc
LP#1694577: tweak searching for words in report templates
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Reports / template-search.adoc
1 Reports Template Searching
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^
3 A new form appears along the top of the reports interface for searching
4 report templates.  Once found, typical template actions (e.g. create new
5 report) are available from within the results interface.
6
7 Searches may be performed across selected (visible) folders or all 
8 folders visible to the logged in user.
9
10 Searches are case-insensitive, any word order, with left-anchored words.  
11 All searched words must appear in at least one of the searched fields.
12
13 Examples
14 ++++++++
15
16  * Searching for 'stat cat' matches:
17   ** stat cat
18   ** statistical category
19   ** categories, statistical
20   ** patrons (stat cat)
21  * Searching for 'stat cat' does not match:
22   ** stat 
23    *** both words must be present in the searched field(s)
24   ** stat location
25     *** location contains 'cat' but it's not left-anchored.
26
27 Reporter Paging
28 +++++++++++++++
29
30 The templates, reports, and output interfaces now support paging via 
31 new 'Next', 'Prev', and 'Start' links next to the output limit selector.
32
33