From 40f80bda176375653a8835dbad0a6311e02e66f2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Sat, 12 Aug 2017 11:25:16 -0400 Subject: [PATCH 1/1] LP#1694577 Release notes for report template search Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton Signed-off-by: Jason Etheridge --- .../Reports/template-search.adoc | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Reports/template-search.adoc diff --git a/docs/RELEASE_NOTES_NEXT/Reports/template-search.adoc b/docs/RELEASE_NOTES_NEXT/Reports/template-search.adoc new file mode 100644 index 0000000000..2929a795a0 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Reports/template-search.adoc @@ -0,0 +1,32 @@ +Reports Template Searching +^^^^^^^^^^^^^^^^^^^^^^^^^^ +A new form appears along the top of the reports interface for searching +report templates. Once found, typical template actions (e.g. create new +report) are available from within the results interface. + +Searches may be performed across selected (visible) folders or all +folders visible to the logged in user. + +Searches are case-insensitive, any word order, with left-anchored words. +All searched words must appear in at least one of the searched fields. + +Examples +++++++++ + + * Searching for 'stat cat' matches: + ** stat cat + ** statistical category + ** categories, statistical + * Searching for 'stat cat' does not match: + ** stat + *** both words must be present in the searched field(s) + ** stat location + *** location contains 'cat' but it's not left-anchored. + +Reporter Paging ++++++++++++++++ + +The templates, reports, and output interfaces now support paging via +new 'Next', 'Prev', and 'Start' links next to the output limit selector. + + -- 2.43.2