A metadata key that contains search items for the given document. The value
should be either a
IEnumerable<IReadOnlyDictionary<string, object>>
or a IReadOnlyDictionary<string, object>.
- Namespace
- Statiq
.Lunr - Containing Type
- LunrKeys
- Field Type
- string
Syntax
public const string SearchItems
Remarks
Make sure to include a reference value for each explicit search item, otherwise the
search item won't be included in the search index.
Constant Value
| Value | Type |
|---|---|
| SearchItems | String |