diff --git a/src/javascripts/ng-admin/Crud/list/ListLayoutController.js b/src/javascripts/ng-admin/Crud/list/ListLayoutController.js index fbfd8a62..03886599 100644 --- a/src/javascripts/ng-admin/Crud/list/ListLayoutController.js +++ b/src/javascripts/ng-admin/Crud/list/ListLayoutController.js @@ -27,6 +27,7 @@ export default class ListLayoutController { if ($location.path() !== this.path) { return; // already transitioned to another page } + this.search = ListLayoutController.getCurrentSearchParam($location, this.filters); this.enabledFilters = this.getEnabledFilters(); } );