-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
The new type for product search has refine as just string (not string[]) which leaves no way to apply multiple refinements.
Passing an array of strings does end up correctly making several refine= parameters which matches the docs:
Multiple refine parameters can be provided by using the refine as the key, for example: refine=price=(0..10)&refine=c_refinementColor=green.
However with the new types, I don't see any way to pass multiple refinements and pass typechecks
Metadata
Metadata
Assignees
Labels
No labels