Does anyone know how to sort the search results based on mimetypes? By default you can sort on name, description, path, size, created and modified column. I want to add a column mimetype, where I can sort on this.
See the documentation for the Javascript API on search: http://wiki.alfresco.com/wiki/3.1_JavaScript_API#Search_API. Of course, you'll have to find the exact property name that mime type is stored in and use that, but this should do what you need once you've found it.