The infinite scroll config to fetch more results on flexible search result pages was deprecated. From here on out, it will only work on search result pages that do not use Flex Layout.

Why this action is being taken
The infinite scroll configuration worsens the user experience, since it effectively never allows users to view the store's footer.
Since the Search Results component was recently released with the ability to be built using Flex Layout and since none of our clients uses infinite scroll in this new format, the deprecation will not be deleterious to any store.
However, it serves to make everyone aware of the fact that the technical team's recommendation is that every store, whether having flexible search result pages or not, opt for the use of a button such as Show more
.
What has changed
Following this deprecation, the infinite scroll will be automatically replaced when rendered by a Show more
button on flexible search result pages.
Upon inspecting the Search Results page, the console tab will show a warning about the deprecated configuration:

Side effects
This deprecation expects no side effects.