🐛 | Drupal core | "Contains" operator doesn't know whether the content field contains HTML-escaped strings so you can't reliably include characters like ampersands in searches
🇮🇳India sivagami Bangalore
Hi @everyone, I have managed with html_entity_decode() to fix "&".
Thanks you all!!
🐛 | Drupal core | "Contains" operator doesn't know whether the content field contains HTML-escaped strings so you can't reliably include characters like ampersands in searches
🇮🇳India sivagami Bangalore
Hi @cilefen,
In fact searching jack & jill works. => Yes, its working when I search with &, but in reality, end users of the site will use just "&", not &
🐛 | Drupal core | "Contains" operator doesn't know whether the content field contains HTML-escaped strings so you can't reliably include characters like ampersands in searches
🇮🇳India sivagami Bangalore
sivagami → created an issue.
🇮🇳India sivagami Bangalore
sivagami → created an issue.
🇮🇳India sivagami Bangalore
@tkiehne Thanks for this post, Faced same issue after upgrading module filter. And yes, after enabling jquery_ui_menu and jquery_ui_autocomplete modules, warning is not showing. #6 works for me.
🐛 | Better Exposed Filters | Notice: Undefined index: #summary_attributes in template_preprocess_details() (line 244 of core/includes/form.inc).
🇮🇳India sivagami Bangalore
Patch #4 & #9 not worked in my case, but #12 worked. Thanks @nessunluogo