V1 SearchBar Does not work

The search bar stops working after returning from another page where the search bar works.
Let’s say I have 3 pages, 2 of those pages have search bars and one does not.

Visit page 1 with working searchbar-> visit page 2 that has search bar, search bar does not work-> visit page 3 that does not have search bar → visit page 2, search bar works

Long story search :wink: As long as you visit a page with a search bar from a page with a search bar, it does not work.

(function (Framework7,  T7 ){
	myApp.onPageInit('tenant-index', function(page){
		myApp.searchbar('.searchbar', {
			searchList: '.list-block-search',
			searchIn: '.tenant-unit-number'
		});