Generic search - value list behavior
The element Generic Search - value list behavior provides a couple of parameters to manage the behavior of the query builder of the WebOffice core client. However, the parameters minimum user input length and wait time (ms) also have impact on the full-text search behavior.
In order to enable the query builder for a certain query, you have to allow it by setting the parameter Query builder enabled? to Yes. The query builder will then use the configured Search Field List and List of Search Result Views of the layer. |
Generic search - value list behavior configuration
Property |
Description |
||||
---|---|---|---|---|---|
Tooltip |
The tool tip of the advanced input list, e.g. to describe possible input: "Enter street name" |
||||
Specifies the necessary count of characters typed in by the user before the list box will be populated automatically with the values (works similar to e.g. YouTube suggestions).
|
|||||
Wait time (ms) |
Time to wait before the server request is submitted [ms]. Varying the wait time, the interactivity level of the search field control can be changed.
|
||||
LIKE search option |
Specifies the way the list of values in the search form is generated •"starts with" for providing values in the value list similar to the search expression •"contains" for providing values in the value list that contain the search expression •"phonetic" for providing values in the value list that sound similar to the search expression |
||||
Count of suggestions |
Specifies the count of values returned by WebOffice. If the search option contains is used, then values starting with the search expression are sorted before values containing the searched expression.
|
Generic search - value list behavior configuration
•Query builder queries may be even more powerful than queries defined in the project configuration. You may specify brackets as well as the operators is NULL" and "is not NULL" to review the consistency of your data. •Go through chapter Queries to see how the query builder works in the WebOffice html client. |