8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19a9db commit d4505bcCopy full SHA for d4505bc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.1.2
4
+* Fixes `where` clause being built even when search term is an empty string.
5
+ Thanks to [e-fisher](https://github.com/e-fisher) for spotting and fixing this.
6
+
7
## 0.1.1
8
* Fixes problem on `searchable_columns` where the corresponding model is
9
a composite model name, e.g. `UserData`, `BillingAddress`.
lib/ajax-datatables-rails/version.rb
@@ -1,3 +1,3 @@
module AjaxDatatablesRails
- VERSION = '0.1.1'
+ VERSION = '0.1.2'
end
0 commit comments