SealMetadata
: string
Cases
-
DISTINCT
= 'seal_field_distinct'
-
FACET
= 'seal_field_facet'
-
FILTERABLE
= 'seal_field_filterable'
-
IDENTIFIER
= 'seal_field_identifier'
-
SEARCHABLE
= 'seal_field_searchable'
-
SORTABLE
= 'seal_field_sortable'
Methods
-
distinct()
: Metadata
-
facet()
: Metadata
-
filterable()
: Metadata
-
identifier()
: Metadata
-
searchable()
: Metadata
-
sortable()
: Metadata
DISTINCT
FACET
FILTERABLE
IDENTIFIER
SEARCHABLE
SORTABLE
distinct()
public
static distinct([bool $value = true ]) : Metadata
Parameters
-
$value
: bool
= true
-
facet()
public
static facet([bool $value = true ]) : Metadata
Parameters
-
$value
: bool
= true
-
filterable()
public
static filterable([bool $value = true ]) : Metadata
Parameters
-
$value
: bool
= true
-
identifier()
public
static identifier() : Metadata
searchable()
public
static searchable([bool $value = true ]) : Metadata
Parameters
-
$value
: bool
= true
-
sortable()
public
static sortable([bool $value = true ]) : Metadata
Parameters
-
$value
: bool
= true
-