Skip to content

Commit

Permalink
Merge branch 'fashion' into feat/MS-840_search_ux
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek007mirumee authored Nov 13, 2024
2 parents 1624fd2 + ad5617e commit cd9dd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/storefront/src/app/[locale]/(main)/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default async function Page({ searchParams }: PageProps) {
},
searchContext,
);

const { facets } = await searchService.getFacets(
{
query,
Expand Down
2 changes: 1 addition & 1 deletion apps/storefront/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const CACHE_TTL = {
};
export const DEFAULT_DEBOUNCE_TIME_IN_MS = 500;
export const DEFAULT_SORT_BY = "price-asc";
export const DEFAULT_RESULTS_PER_PAGE = 12;
export const DEFAULT_RESULTS_PER_PAGE = 16;

export const COOKIE_KEY = {
checkoutId: "checkoutId",
Expand Down

0 comments on commit cd9dd78

Please sign in to comment.