Bug #23191 Bug Fixed

Control Panel Search errors

Version: 3.5.10 Reporter: Fingo

This is an archived bug report. If you are experiencing a similar issue, upgrade to the latest release and if that does not solve the problem, submit a new bug report

In the control panel, navigating to Edit > View All and then using the Search entries function to look for eg. “work with” (including quote marks) works as expected, but then changing the search to “work with us” does not update the search results, apparently due to a 503 on the request due to invalid GET data in the query string as on any subsequent submissions the quotation marks are being encoded as %26quot%3B (not necessarily the root of the issue, just what we’re seeing at first glance).

Obviously the search terms above are just examples, we’re seeing similar behaviour with any quoted terms submitted more than once. This wasn’t behaviour we were seeing immediately before the upgrade to v3.5.10 (previously running v3.4.3) on this site (the configuration is identical to when it was working, other than the EE version upgrade). Now that it has been discovered, we are also seeing it replicated on other sites running v3.5.10.

  • In system/ee/EllisLab/ExpressionEngine/Library/CP/Table.php around line 175:

    return htmlentities($value, ENT_QUOTES, 'UTF-8');
    change to
          return htmlentities($value, ENT_NOQUOTES, 'UTF-8');
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases