Versions Compared

Key

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

...

Advanced Tables - Table Plus
highlightColor@default
multiplefalse
enableHeadingAttributesfalse
enableSortingfalse
enableHighlightingfalse


Parameter

Description

Parameter type

Data type

workspace

required

The name of the workspace.

path

String

nodeTypes

optional

A comma-separated string of primary node types.

query

String

q

optional

A search phrase (full-text search).

query

String

orderBy

optional

The properties by which to order the nodes. Example: mgnl:lastModified desc,title asc*

query

String

offset

optional,default is 0

The start position in a result list (for pagination).

query Integer

limit

optional, default: as set in YAML configuration

The number of nodes displayed in a page query. Used together with offset for pagination.

query

Integer


...

Anchor
example-queryNodes
example-queryNodes
 Example Example 

Search nodes in the workspace the tours workspace which contain the keyword vietnam, order  . Return the result in descending order by the property the location property and restrict the limit to one.

...