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
The Breadcrumbs directive.Usage
as element:Directive info
- This directive creates new scope.
Parameters
| Param | Type | Details |
|---|---|---|
| response (optional) | object | A response object |
| query (optional) | string | A query object |
| group-by-field (optional) | boolean | Group filters by field name (only available if query is not in grouping mode). |
| show-field-name (optional) | boolean | Whether to show field name as a part of the breadcrumb (only available when group by field is true), Default:true. |
| show-query (optional) | boolean | Whether to include the user query text as a breadcrumb. Default:true |
| max-characters (optional) | number | Limit display value to a certain number of characters, adding ’…’ if maxCharacters is exceeded. |
| action (optional) | string | Alternative page to submit the query parameters to - defaults to current page. |
| optional-label (optional) | string | Label to show when the Filter is optional. |
| date-format (optional) | string | Format to use for date values if no display value is specified. See #/api/lightning.filter:dateFormat[date format filter] for valid formats. |
| exclude (optional) | string | Comma separated list of fields to exclude, you can also use field=value to exclude only fields with the value provided. |
Example
Source
Result
