This HyperDoc Online add-in gives user a possibility of creating ad hoc presentation.

Configuration:

Please note that "Filter Creator" Add-in requires TXHIT license.

QuickSearch allows for searching multiple object classes and fields. If searching for multiple classes, results are displayed in order that they were specified in configuration. More results than previously can be displayed because of scroll bars. Quick Search functionality is available for use In Object Properties window.

Configuration

Default values are used when not specified in INI file. Values for QSearch_hierarchy and QSearch_Target parameters must be provided and do not have default values (Parameters are not validated, if there is a spelling error search will not return any results!).

If any of the parameters is out of specified bounds, a warning message is displayed and Quick Search is disabled automatically.

Sample INI section:

[Configuration]
QSearch_Enabled=1;
QSearch_Match=5;
QSearch_PageSize=5;
Qsearch_LabelMode=1;
Qsearch_Hierarchy='HDocHierarchyDefinition';
Qsearch_Target='Buildings:name,description;Property:name';
No.Parameter NameDefault ValuesPossible ValuesDescription
1QSearch_Enabled0
1 - Enabled
0 - Disabled
Indicated, whether Quick Search is enabled.
2QSearch_Match5
0 – BOP_EQ (equals)
2 - BOP_LIKE
4 - BOP_BEGINS_WITH
5 - BOP_CONTAINS
Indicates matching mode.
3QSearch_MinNrOfChar3Number between 2 and 5Minimal number of characters that triggers search.
4QSearch_PageSize5Number between 2 and 50

Indicates the maximum number of results displayed per object class.

For example - if two object classes are specified result can have up to 100 hits.

5QSearch_HierarchyN/ASample: “HierarchyName”Hierarchy name used for search.
6QSearch_TargetN/ASample: “ObjectClass:field1,field2;ObjectClass2:field1”

Object classes and fields used for search.

Any reasonable number of object classes and fields can be specified using this formatting.

Between multiple fields for given object class OR logical operation is used.

7QSearch_LabelMode1
1 – Object label
2 – Object search field
Defines the way that search results are displayed. Option 1: found object label is used (it does not correspond to searched string). Option 2: searched field value is used – searched string was found in that field.
loading table of contents...