react-crud-mobile 1.3.165 → 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,7 +1006,7 @@ 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
1011
  console.log(query);
1012
1012
  if (query.length > 1) {