react-crud-mobile 1.3.164 → 1.3.165

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