Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 2.92 KB

property-oneof-multi-value-property.md

File metadata and controls

77 lines (43 loc) · 2.92 KB

Multi-Value Property Schema

https://ns.adobe.com/helix/shared/property#/oneOf/1

The property in an index. The value will be stored as a list of values

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none property.schema.json*

1 Type

object (Multi-Value Property)

1 Properties

Property Type Required Nullable Defined by
select string Required cannot be null Property
values string Required cannot be null Property
faceted boolean Optional cannot be null Property

select

A CSS selector expression that selects nodes in the HTML (DOM) or Markdown (MDAST) syntax tree

select

  • is required

  • Type: string

  • cannot be null

  • defined in: Property

select Type

string

values

A ES6 template literal expression that extracts the values from the matching nodes to be stored in the index

values

  • is required

  • Type: string

  • cannot be null

  • defined in: Property

values Type

string

faceted

Whether to enable faceted search on this property

faceted

  • is optional

  • Type: boolean

  • cannot be null

  • defined in: Property

faceted Type

boolean