Yohei Kanehara
Yohei Kanehara
A different use case came up actually. Say I wanted to apply a deep linked filter `category:shoes AND size:9` that could be passed into the URL and pass that into...
What do you mean? I'd like to apply an AND filter in conjunction with an OR filter. This works against the Algolia API but it isn't typed as being supported.
I found the issue, this useMemo [here](https://github.com/Shopify/hydrogen/blob/main/packages/hydrogen/src/pagination/Pagination.ts#L248) does not have `globalThis?.window?.__hydrogenHydrated` as a dependency so this is memo-izing and only returning the first page. I have a hunch that in...