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.
@@ -1015,7 +1015,7 @@ function UIList(props) {
1015
1015
  var items = reactCrudUtils.Utils.call(function () {
1016
1016
  var _original$list;
1017
1017
  var list = reactCrudUtils.Utils.nvl(scope.getItems(), []);
1018
- if (original.search && !((_original$list = original.list) != null && _original$list.url)) {
1018
+ if (original.search !== false && !((_original$list = original.list) != null && _original$list.url)) {
1019
1019
  var query = crud.get('query', '').toLowerCase().trim();
1020
1020
  console.log(query);
1021
1021
  if (query.length > 1) {