0

I have a custom content type built with dexterity and I have a datagrid on it. What I want to do is make the fields in the datagrid searchable with plone search engine. Please provide some sample if possible. im a noob.

thanks

Ramon
  • 39
  • 1

1 Answers1

2

Have you tried this?

For best results I think you shold read the section "Registering a custom field converter".

In addition you may find interesting reading this similar SO question:

It's really well written and contains link to code examples in github.

Ciao

Community
  • 1
  • 1
alepisa
  • 1,324
  • 8
  • 14