I created dexterity content type with Rich Text Field - "body text". I'd like to make "body text" full text searchable for my Plone 4.0.2.
I added catalog.xml in my theme, code below
I got error message from ZMI/portal/portal_catalog "body_text RichTextValue object. (Did you mean .raw or .output?) "
How can I change catalog.xml to use .output, I tried , but it doesn't work.
Thanks.