Search Feature? and Description
-
I am wanting to add a freeform search to the document library page to search the documents and return the found documents across all categories on the same page in the mdocs list interface. Have you had anyone do that or helped anyone do that in the past? I’d be happy to pay for example code or help making that work. Is that possible?
Also I am trying to display the document description underneath the file name on each row per file on the front end but am not having much luck. I have tried these three ways to add that to the code but all produce no content.
<?php mdocs_show_description($the_mdoc['id']); ?>
<?php echo $the_mdoc['Description']; ?>
<?php _e('Description','mdocs'); ?>
Any thoughts on that? I also notice that in the admin when I click on the description option and it launches the window to display it is also blank. I can only see the content of the description when editing the file. Maybe related?
Thanks in advance!
- The topic ‘Search Feature? and Description’ is closed to new replies.