Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Renders fields actual valueUsage
In HTML Template Binding
{{ maxCharacters_expression | maxCharacters:maxCharacters }}
In JavaScript
$filter('maxCharacters')(string, maxCharacters)
Parameters
| Param | Type | Details |
|---|---|---|
| string | string | The field to get the actual value from |
| maxCharacters | number | Number of characters to display |