Concrete5: Can't find pages that contain accents

Created on 28 Jun 2017  路  2Comments  路  Source: concrete5/concrete5

This can be reproduced following these steps :

  • Create a page with one or more accents in its name
  • Go to Page Search and search the name of your previously created page

The htmlentities function encodes accented characters in the controllers/search/pages.php file on line 28 and returns an incorrect keywords variable.

Bug

All 2 comments

Yeah, this should be a pretty easy fix 鈥撀爓e should just move the htmlentities() method into the keywordsfield class when outputting the form element, rather than running it in the constructor

Fixed by #5652

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hissy picture hissy  路  4Comments

szsori picture szsori  路  6Comments

iampedropiedade picture iampedropiedade  路  4Comments

biplobice picture biplobice  路  3Comments

ebell14 picture ebell14  路  3Comments