Search filter group doc repair
authorBill Erickson <berick@esilibrary.com>
Wed, 25 Jul 2012 13:43:43 +0000 (09:43 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 1 Aug 2012 21:25:21 +0000 (17:25 -0400)
Change the example in the docs to have correct syntax:

filter_group=reading_level becomes filter_group='reading_level'

Thanks to kmlussier for pointing this out.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
docs/RELEASE_NOTES_NEXT/search-filter-groups.txt

index 3473166..2d2c83d 100644 (file)
@@ -30,7 +30,7 @@ Using the filter in a template
 <span>
 [%
     INCLUDE 'opac/parts/filter_group_selector.tt2'
-    filter_group=reading_level
+    filter_group='reading_level'
     none_ok=1
     none_label=l('All')
 %]