Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(filters): issue with textual value escaping #396

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

VladislavFitz
Copy link

@VladislavFitz VladislavFitz commented Jun 8, 2023

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue CR-3573
Need Doc update no

Describe your change

Adds explicit escaping for the quotation marks in the textual filters values causing a bad search request.
Duplicates the fix #293 for InstantSearch iOS.

What problem is this fixing?

Example

The input 45\"-50\" tv\'s is transformed to "45"-50" tv's" and breaks the JSON format.

@VladislavFitz VladislavFitz merged commit 04247dc into master Jun 8, 2023
@millotp millotp deleted the fix/filter-value-escaping branch September 4, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants