Skip to content

ShopperSearch productSearch refine parameter should be an Array<string> instead of string to allow for different refinements #440

@AdrianSatnoianu

Description

@AdrianSatnoianu

The refine parameter should be able to have multiple values, as per documentation: "... for example: refine=price=(0..10)&refine=c_refinementColor=green."

However the type we have is string. If we try to pass different refine values in the string, the '&' value gets encoded.

Image

We need the type updated to refine?: Arrayfor it to function properly, as it did in the v4.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    ackIssue is ack'ed and we are working on next steps internally

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions