@fluid-topics/ft-wc-utils 1.2.10 → 1.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,7 +144,7 @@ export class SearchPlaceConverter {
144
144
  facets: [],
145
145
  paging: {
146
146
  page: 1,
147
- perPage: minmax(1, isNaN(perPage) ? this.defaultPerPage : perPage, 40)
147
+ perPage: minmax(1, isNaN(perPage) ? this.defaultPerPage : perPage, 1000)
148
148
  },
149
149
  otherQueryParams,
150
150
  };