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

Need to decode HTML entities (in data) #7

Open
callum-hart opened this issue Jul 21, 2016 · 0 comments
Open

Need to decode HTML entities (in data) #7

callum-hart opened this issue Jul 21, 2016 · 0 comments
Labels

Comments

@callum-hart
Copy link
Owner

When data contains strings with HTML entities (&, < etc) need to decode them. Not only are they shown, but they also match queries. For example:

I type "am" into the input which matches the "am" in &amp.

This has been fixed when data type is Array <String> (see commit).

Todo: Decode HTML entities when data type is Array <Object>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant