This commit is contained in:
2021-09-10 21:58:34 +00:00
parent fd8fdaca94
commit c08429b562
3 changed files with 14 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ Data table filtering on Duration / interval type columns:
Filters are limited to greater than or less than due to nature of this type of data which is very hard to match precisely due to millisecond differences
making equals or not equals useless for exact comparison. In addition these types of fields always have a value even if it's zero so they don't work with Has value / no Value either
Greater than and less than can be used to match any value desired by using two filters one greater one less and use of the OR or AND option as appropriate
Case sensitivity and filtering - controlling
## Data Table TAG filters

View File

@@ -27,6 +27,10 @@ If a filter is invalid the control will show an error message with a help link t
By default the Name field is always present and filterable but other fields can be added for selection and filtering via template.
Tags will only display if added to the template but you can always filter for them.
### Case sensitivity
By default AyaNova filters are case **in**-sensitive. This can be changed in the Adminstration -> Global settings form `Filtering is case sensitive` checkbox. Setting this to checkmarked (true) means that all filters will be treated as case sensitive so for example filtering a list for "group" will NOT match to "Group".
### Filter by text
A single string of text with no spaces can be entered into the control to bring back results that *contain* anywhere in their name or templated fields that text entered.
Multiple separate text queries are *not* supported, so for example this filter `paul pero` is not valid.
@@ -59,3 +63,4 @@ The select list has a clear button that can be used to quickly erase the content
## Customizing pick list template
The choice of fields displayed and filterable in the select list can be [customized](adm-global-select-templates.md).

View File

@@ -4,6 +4,14 @@
AyaNova has a search form available by selecting the Search option in the [context menu](ay-start-form-overview.md#form-context-menu)
### Case sensitivity
By default AyaNova search is case **in**-sensitive. Case insensitive searching is influenced by the [server locale settings](ops-server-locale.md)
Explain search phrase entry, stopwords etc
Searches are contains by default, case insensitive always.