#3 Add size prop to MasonrySearchResult
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 thesize
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