Webboard: Setting max number of characters in result fields

[email protected] 27 Jul 2005 13:59:43 -0000
Newsgroups gmane.comp.web.mnogosearch.php-frontend
Message-ID <[email protected]>
Author: Rich Birch
Email: 
Message:
Hi



I'm loving this stuff btw! In the documentation for writing templates it states that you can set the maximum number of characters returned in a result field using this syntax;



$(fieldName:10)



where 10 is the max desired number of characters.



What I would like to know is if it's possible to specify this with the php-extension somehow. I've tried the following without success;



$short = udm_get_res_field_ex($mResult, $row, "meta.name:10");



Is there a way to do this?



Thanks in advance

Reply: <http://www.mnogosearch.org/board/message.php?id=16376>