Skip to content

Releases: Servoy/svySearch

2024.3.0

03 May 15:16
Compare
Choose a tag to compare

Fixes

Case Description
SVYX-858 SVYX-858: Issue searching on text fields when search term lenght = column.lenght - 1

2023.3.0

27 Sep 11:27
Compare
Choose a tag to compare

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

30 Sep 12:01
Compare
Choose a tag to compare

Fixes

Case Description
SVYX-498 #28 isCaseSensitive means no toUpperCase from the db values or the input value

v2022.3.0

07 Jul 10:53
Compare
Choose a tag to compare

svySearch

Version number updated.

svySearch 1.3.2

14 Jan 14:51
Compare
Choose a tag to compare

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

07 Jul 11:55
Compare
Choose a tag to compare

This release provides the following enhancements:

#24 - Cast integer to text in query. See wiki docs for info.

svySearch 1.3.0

16 Dec 12:50
Compare
Choose a tag to compare

Enhancements

  • SVYX-116 added method addAlternateDateFormat to allow user search using multiple date formats.

svySearch release 1.2.3

18 Sep 14:37
Compare
Choose a tag to compare

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

19 Mar 10:51
Compare
Choose a tag to compare

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

05 Dec 12:01
Compare
Choose a tag to compare

This release only features a small refactoring that makes it easier to use svySearch in other modules.