Hi Jeff, I had the same question. I have gone through this tutorial and implemented a custom type, but not for the search form.
I am retrieving the names of the documents I need to populate the dropdown, using CMIS queries in Java. I am still not sure how to get a dropdown menu in the search form and populate this menu with the search results obtained by executing the CMIS query.
Can I create an advanced search form through Java and then call the CMIS query class to populate this form?
I would really appreciate an overview of the how the control flow will work.