Hi,

I want to create a custom search module and I'm looking for some more detailed 
documentation than what is found in nuxeo book ( 
http://doc.nuxeo.org/current/reference/html/search-service.html ).
I created a query document and I want to create a query model based on this 
document (some code examples would be of great help).
I would also like to know if I can use 
org.nuxeo.ecm.webapp.querymodel.queryModelActions as an extension point for 
org.nuxeo.ecm.webapp.pagination.ResultsProviderService in order to use it for 
my search like:

  <extension
    target="org.nuxeo.ecm.webapp.pagination.ResultsProviderService"
    point="model">

    <resultsProvider name="MY_RESULTS_PROVIDER" farm="queryModelActions"/>
  </extension>

and how can I gain access to it's results from the code.

Regards,
--
Mihai-Alexandru DURBACA
Business & Decision
Software Engineer
E-mail: [EMAIL PROTECTED]
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to