to display a search title (question) above the search results.
This title should disappear, when the user changes search criteria, so we check for wpv_view_count.
Unfortunately, though, when scrolling down the infinite search, the searchtitle will also disappear.
Is there a way now to change that?
So:
Searchtitle should disappear, when user chages search criteria.
Searchtitle should STAY when scrolling down.
Because infinite scrolling appends new results to the existing results it uses a different form of querying than conventional pagination (whether paginating via page updates or ajax) and so the test for whether a user has applied any filters (using the wpv_view_count) cannot be depended on in this scenario.
You can change your pagination settings to conventional paginating through pages of results, via ajax, and that should work.