Hi,You will need to write your own servlet that backs your Content
Finder extension. You can take a look at
http://adobe-consulting-services.github.io/acs-aem-commons/features/contentfinder-querybuilder.html
for a method of implementing Content Finder tabs with a more flexible
backend than is provided out of the box.Note that you can also just do
this by adding "order:jcr:content/cq:name" to your query, i.e. if you
put "geometrixx order:jcr:content/cq:name" in the search box, you'll get
the sear...