algolia / algoliasearch-wordpress

❌🗑🙅‍♂️ Algolia Search plugin for WordPress is no longer supported. Please use our API client guide instead
https://www.algolia.com/doc/integration/wordpress/getting-started/quick-start/
GNU General Public License v2.0
358 stars 114 forks source link

Quotes are double escaped #734

Closed rayrutjes closed 6 years ago

rayrutjes commented 6 years ago

It seems like quotes get double escaped in the following scenario:

rayrutjes commented 6 years ago

I've been unable to re-produce this. It seems unrelated to this plugin.

rayrutjes commented 6 years ago

This issue still isn't solved as quotes still are prefixed with backslashes: gone\'s \"

Mamaduka commented 6 years ago

I think wp_unslash() might be the right function for "escaping" in this case.