docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 6.1Web Developer ManualEmit Tags
Copyright © 2021, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<emit>
<emit atlas>
<emit captcha>
<emit cimg>
<emit dir>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit scopes>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<emit ws-dir>
<emit xml-db>

<emit source="xml-db"></emit>

Provided by module: Tags: XML-DB Mirror

Get or search for records in the mirrored database.

The returned records will contain all known fields as well as a special _id field with the record ID.


Attributes

db="string"

Name of XML-DB database to use. This corresponds to the name attribute of the top-level <database> element in the imported XML file.

Must be combined with either the id or the search attribute.


id="int"

Fetches a given record using it's ID.


search="string"

Performs a string search in all fields and records. The standard behavior is to require exact matches (disregarding case sensitivity).

When combined with the search-fields attribute the query can be limited to a subset of record fields.

You can also combine with the wildcards flag to indicate that searches should match substrings and allow * and ? as wildcards.


search-fields="string"

A comma-separated list of field names which should be searched. If omitted all fields are searched.


wildcards="{yes, no}"

When enabled the search will match substrings and allow for * and ? wildcards.