The <query-items> tag has no child tags. See Querying Items in the Developing and Testing an SQL Repository chapter.

This tag can also be used for loading caches. See Preloading Caches in the SQL Repository Caching chapter.

query-items attributes

Attribute

Description

Value

item-descriptor

The name of the item descriptor to use when querying items in the repository.

Required

query

The query to issue against the item-descriptor. Instead of using this attribute, it is usually more convenient to specify the query in the body of the query-items tag in a PCDATA section.

RQL query

id-only

If true, logs only the repository ID of the items returned by the query.

Boolean
Default is false

quiet

If true, eliminates log messages for each item returned.

Boolean
Default is false

print-content

If true, prints the content property of the repository items returned by the query.

Boolean
Default is false

 
loading table of contents...