Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Type

Default

Description

operators

Array

["gte", "lte"]

Will use each operator to produce an input

Additional FieldFilterConfig properties for Relationship fields

Property

Type

Default

Description

tree

Boolean

Resolved from the field referenced resource

Allows to force not using a tree filter for a tree field.

Before resolving a relationship filter, the application will by default discover if the field is a tree relationship. It is possible to force the application NOT to use a tree filter for a tree field

It is NOT possible to force the application to use a tree filter for a non-tree relationship.

Additional FieldFilterConfig for non tree Relationship fields

Property

Type

Default

Description

aggregates

String

One of "filter", "attenuate", "off"

Defines how aggregates should be used

filter -> Removes values with no matches

attenuate -> Discourage use of values with no matches

off ->Don't do anything

cursor

String | Object

{}

Name of the cursor, or cursor definition to use for displaying possible relationship values.

If an empty object, an anonymous cursor is created based on the field’s related resource

maxDisplayedItem

Number

60

Max number of displayed items

operators

Array

If the field is a child, ["in"]

If the field is a childmultiple,

["contains"]

The operator to use for the filter

search

Number

25

Enable searching when number of possible values reaches this value

Additional FieldFilterConfig for tree Relationship fields

Property

Type

Default

Description

layout

String

""

Allows to use an alternate layout.
"folder" will use a folder layout

operators

Array

["dof"]

["in"] if layout is "folder"

The operator to use for the filter

tree

String | Object

{}

Name of the tree, or tree definition to use for displaying possible relationship values.

If an empty object, an anonymous tree is created based on the field’s related resource

...

Tree relationship with folder layout

Image Added

Tree relationship with empty layout

GroupFilterConfiguration description