I have a dedicated advanced search that use specific attribute from our 
additional schemas, it works well.
However I can't find how to add or replace a specific attribute in the document 
table that displays the results of the query.
I would like to remove the dc.description (the last column) by another column.

I see that these xhtml fragments are very generic and do not contain names 
attributes:
bq. nuxeo.war/search/documents_table_search_results.xhtml -> 
search_results_custom_columns.xhtml -> search_results_custom_columns.xhtml
The display is initiated by this call (in " documents_table_search_results.xhtml
")
bq. <ui:include src="/search/search_results_custom_columns.xhtml"> \\ 
<ui:param name="columns" value="#{*searchColumns.resultColumns*}" /> \\ 
<ui:param name="doc" value="#{row.data}" /> \\ <ui:param 
name="providerName" value="#{provider.name}" /> \\ </ui:include>
But no way to find where these *resultColumns*
are defined.
Any help?

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

Reply via email to