Releases: Servoy/svySearch
Releases · Servoy/svySearch
2024.3.0
2023.3.0
Enhancements
Case | Description |
---|---|
SVYX-537 | Add support to globally change the default value for case sensitivity |
SVYX-553 | Don't how warnings for BIT and BOOLEAN sql columns |
SVYX-403 | Make use of DB function when using upper or lower in like queries |
Fixes
Case | Description |
---|---|
SVYX-535 | Error when searching 6 digits in date-field and alternative-dateformat "yyyy" is defined |
SVYX-566 | Searching in a table which contains a column media |
Is now possible to define default behavior of svySearch case sensitivity using the user proeprty svy.search.defaultCaseSensitivity=true
v2022.3.1
v2022.3.0
svySearch 1.3.2
Fixes
Case | Description |
---|---|
SVYX-317 | #27 SQL-Error when searching in date-field and alternative-dateformat "yyyy" is defined |
SVYX-399 | SvySearch should not search in UUID columns unless the value given is a UUID |
Enhancements
Case | Description |
---|---|
SVYX-361 | Search dates from different timezone when useLocalDateTime=true |
SvySearch v1.3.1
svySearch 1.3.0
Enhancements
- SVYX-116 added method addAlternateDateFormat to allow user search using multiple date formats.
svySearch release 1.2.3
Enhancements
- SVYX-15: Optimize svySearch to not query columns whose length is shorter than the search value
- SVYX-35: svySearch STRING_MATCHING.EQUALS is missing
svySearch release 1.2.2
This release contains the following enhancements:
- SimpleSearch.getDataSet(): when no maxRows were given, the query defaulted to 0 results
- Fix for exception when search text is null
- addSearchProvider now checks if the dataProviderID exists and returns null if not
svySearch release 1.2.1
This release only features a small refactoring that makes it easier to use svySearch in other modules.