I\'m using the android paging library to show search result items, is there any way I can clear/remove all the loaded result items, Calling Invalidate on live Paged List refresh
submitting null clear the currently loaded page list
productSearchResultItemAdapter.submitList(null)