I've created a dexterity content type that has a NamedBlobFile as one of the fields (users will upload a .pdf). I'd like to have full-text indexing on that pdf -- like the ATFile type -- but not sure what I have to do to make that happen.

I've installed collective.dexteritytextindexer and have gotten some of the other fields added to searchable text by doing this:

searchable('paper_author')
paper_author = schema.Text(title=_(u"Author"), required=False)

I'm not sure what to do for the file field. Suggestions?

link|improve this question
I asked something similar on stackoverflow.com/questions/7470152/… see my solution there. – gforcada Oct 5 '11 at 22:08
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.