This commit is contained in:
2021-12-06 23:38:17 +00:00
parent b76b9ffd77
commit f99bf7cae7
3 changed files with 23 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ By default when AyaNova creates it's database it will take this parameter from t
## Searching
The AyaNova Search feature (search form) *always* searches case **in**-sensitive by default. There is no setting to change this to case sensitive as that is not supported for searching. In practice this means that all text is treated as lower case for searching. Text entered is converted to lower case and searched for by relying on the server's host operating system locale setting in conjunction with the Postgre server's AyaNova database locale setting `lc_ctype` (see Overview above for how to view these settings in AyaNova).
The AyaNova Search feature (search form) *always* searches case **in**-sensitive by default. There is no setting to change this to case sensitive as that is not supported for searching. In practice this means that all text is treated as lower case for searching. Text entered is converted to lower case and searched for by relying on the server's host operating system locale setting in conjunction with the PostgreSQL server's AyaNova database locale setting `lc_ctype` (see Overview above for how to view these settings in AyaNova).
## Filtering