To answer my question by myself .. the default definition is of course an 
extension point:

<component name="org.nuxeo.project.km.search.searchUI">
  <extension target="org.nuxeo.ecm.webapp.search.SearchUIConfigService"
    point="resultColumns">
      <resultColumns name="resultColumns">
        <field schema="dublincore" name="title" />
        <field schema="dublincore" name="created" />
        <field schema="dublincore" name="modified" />

        <field schema="dublincore" name="creator" />
        <field schema="mydocument" name="mydata" />
      </resultColumns>
  </extension>
</component>

However it is not enough, the new definition (replacing dc.description by 
dc.creator, adding a custom field) just shows 2 empty columns.
So some additional work should be done also in the xhtml files?

Rgds
Philippe
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to