Hello edocman team!
I'd like to override the search result (or in other words: create a sub-layout) for the edocman content type in the smart search / finder.
It's easy to do this for articles / contacts: I just need to dublicate
/templates/mytemplate/html/com_finder/search/default_result.php
and rename the file to default_article.php
Then I can apply all the changes to that file; after saving Joomla loads this file in the search result for all article entries.
I want to do a similar thing for all eDocuments. How do I need to name this file? default_edocman.php does not work.
Thanks a lot!
Chris