Sitecore 9.0.2 SXA 1.7.1 search load more
Sitecore 9.0.2 SXA 1.7.1 search load more. Same conditions as in this blog . Issue: We are using SXA the default search control , and in one of the cases we had even more than two searches in one page, and noticed that the search Load More keeps disappearing and appearing many times while loading and sometimes it does not show even that the Page Size is less than the returned search items count, which caused a wrong behavior. We made sure that the signatures for each search is different but the issue was still there. We had to make some changes to js file component-search-load-More. js to solve this issue and check Signature before hiding or showing the Load More component. Original component-search-load-more.js - SearchLoadMoreView: SearchLoadMoreView = Backbone.View.extend({ initialize : function () { var dataProperties = this.$el.data(), that = this; if (dataProperties.properties.searchResultsSignatu...