Changelog for
ruby2.1-rubygem-search_cop-1.4.0-1.2.x86_64.rpm :
* Fri Jun 21 2024 dan.cermakAATTposteo.net- Version 1.4.0:
* Add support for the trilogy mysql connection adapter Version 1.3.0:
* Support json fields for postgres, mysql and sqlite
* Support jsonb and hstore fields for postgres
* Add support for timestamptz for postgres
* Thu Aug 04 2022 cooloAATTsuse.comupdated to version 1.2.3 see installed CHANGELOG.md Version 1.2.3:
* Fix table name for namespaced and inherited models #70 #67 Version 1.2.2:
* Fix table name for namespaced models #70 Version 1.2.1:
* Fix use of `table_name` to work with inherited models
* Fix linter, add ruby 3 and rails 7 to ci pipeline
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 1.2.0 see installed CHANGELOG.md
* Added support for disabling the right wildcard
* Fixed escaping of wildcard chars (`_`, `%`) Version 1.1.0:
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 1.1.0 see installed CHANGELOG.md Version 1.2.0:
* Adds customizable default operator to concatenate conditions (#49)
* Make the postgis adapter use the postgres extensions Version 1.0.9:
* Use [:blank:] instead of \\s for space (#46)
* Updated SearchCop::Visitors::Visitor to check the connection\'s adapter_name when extending. (#47)
* Fix for negative numeric values
* allow searching for relative dates, like hours, days, weeks, months or years ago
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 1.0.9 see installed CHANGELOG.md
* Fri Mar 24 2017 cooloAATTsuse.com- updated to version 1.0.8 see installed CHANGELOG.md Version 1.0.8:
* No longer add search scope methods globally #34 Version 1.0.7:
* Bugfix regarding NOT queries in fulltext mode #32
* Safely handle NULL values for match queries
* Added coalesce option
* Thu Feb 23 2017 cooloAATTsuse.com- updated to version 1.0.7 see installed CHANGELOG.md Version 1.0.6:
* Fixes a bug regarding date overflows in PostgreSQL
* Tue May 26 2015 jmassaguerplaAATTsuse.com- initial commit