This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user