RootCauseunvalidated

`basket.filter` is an array, but the value is the string literal `"sour, sweet"` — if you want separate filter search param values. Tension: if you want separate filter search param values you'll need to do a bit of string manipulation first. Outcome: string split & iterate each entry.

4cce66af-dc91-4e4a-8535-ee25dc229c9e

basket.filter is an array, but the value is the string literal "sour, sweet" — if you want separate filter search param values. Tension: if you want separate filter search param values you'll need to do a bit of string manipulation first. Outcome: string split & iterate each entry.