diff -r c8790bc6417a -r 9f427e7c88f9 app/config/config.yml --- a/app/config/config.yml Wed Dec 14 23:55:33 2011 +0100 +++ b/app/config/config.yml Mon Dec 19 17:50:05 2011 +0100 @@ -76,6 +76,10 @@ description: type: text weight: 0.5 + categories: + type: text + accessor: getCategoriesStr + weight: 1.5 # reactive_selectors is a list of jQuery selectors meant to let appear tag context search by selecting text. # Example of list : [ '.any_class', '#any_div .p_class', '#another_selector' ]. Write [ 'document' ] if you want the whole document/page to be reactive. # Do not define reactive_selectors if you want nothing to be reactive.