Documentation Index

A result list is always the result of a query operation either with a function query or a dialog query.

Each search Dialog has a link dialogExpression where a client can post a DialogExpression structure. The returned result is the first page of the result list which contains links prev and next which the client can use to navigate through the list. A search dialog and a task list contains also a link result which returns the result list with only the predefined values filled in.

If a dialog query is used you can specify a list of fields with one or two values. The values attached to a field mean:

  • If a single value is specified then all documents are searched matching exactly the specified value.
  • If two values are specified a range search is performed, that is, all documents are matched which have a field value between the specified values, including the values. If the first value is null then all documents are matched having a value less or equal than the specified second value. If the second value is null then all documents are matched having a values greater or equal than the specified first value.