react-crud-mobile 1.3.164 → 1.3.166

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1006,8 +1006,9 @@ function UIList(props) {
1006
1006
  var items = Utils.call(function () {
1007
1007
  var _original$list;
1008
1008
  var list = Utils.nvl(scope.getItems(), []);
1009
- if (original.search && !((_original$list = original.list) != null && _original$list.url)) {
1009
+ if (original.search !== false && !((_original$list = original.list) != null && _original$list.url)) {
1010
1010
  var query = crud.get('query', '').toLowerCase().trim();
1011
+ console.log(query);
1011
1012
  if (query.length > 1) {
1012
1013
  var filters = [];
1013
1014
  var filterBy = Utils.nvl(original.filterBy, 'label');