Skip to content

#3 Add size prop to MasonrySearchResult

Alberth Montero requested to merge fix/3-fix-masonry-search-results-size into develop

This fixes a bug preventing us to change the size of the results when using the Masonry search.

STR

  • Start the search app with npm start
  • go to /src/lib/config.js
  • on the current filtersettings set the size property to the desired amount and the result type to:
 result: {
    type: "masonry",
  • confirm in the search app that the set amount of results is displayed correctly.
Edited by Alberth Montero

Merge request reports