↓ 7 callersFunctiongetFilterUrl({
c,
p,
s,
r,
pg,
}: {
c?: string;
p?: string;
s?: string;
r?: string;
app/(root)/search/page.tsx:92
↓ 2 callersFunctiongetAllProducts({
query,
limit = PAGE_SIZE,
page,
category,
price,
rating,
sort,
}: {
query: string;
limit?
lib/actions/product.actions.ts:37