- Issue created by @larowlan
- π¦πΊAustralia geoffreyr
We've been using this patch, but it's had the interesting side-effect of showing other users' unrelated search queries in cached search blocks. Need to dig into this a bit; maybe a custom cache context would help.
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Is that via the url params? if so we can add `url.query_args:%key` cache context where %key is the query param name from the url
- Status changed to Needs review
12 months ago 12:29am 22 April 2024 - π¦πΊAustralia geoffreyr
We're using the MR with cache context in production right now. Works really well and haven't seen any issues with cached search queries.
- π¦πΊAustralia geoffreyr
Adding a bit more to the description. I want to take a look at config changes before we look at RTBCing -- might be difficult to merge given how much else is coming through.