The DashboardFilter Component is not recognizing the filter values from suggestions having special characters such as '&' or '+'.
For Example:
If value selected is 'A&B Area Ltd+P Co',
then in network console, under suggestions?term=&filters= it is shows that payload is passed as
filters: {"view_name.example_filter":"\"A
B Area Ltd P Co\""}:
The filter cascading fails as well as a result and filters are not passed properly to dashboard as well.
The DashboardFilter Component is not recognizing the filter values from suggestions having special characters such as '&' or '+'. For Example:
If value selected is 'A&B Area Ltd+P Co', then in network console, under
suggestions?term=&filters=
it is shows that payload is passed as filters: {"view_name.example_filter":"\"A B Area Ltd P Co\""}:The filter cascading fails as well as a result and filters are not passed properly to dashboard as well.