[wp-trac] [WordPress Trac] #25709: Searches with stopwords can trigger E_WARNING when PCRE is lacking UTF-8 support
WordPress Trac
noreply at wordpress.org
Sun Oct 27 20:50:32 UTC 2013
#25709: Searches with stopwords can trigger E_WARNING when PCRE is lacking UTF-8
support
------------------------------+---------------------
Reporter: nacin | Owner: nacin
Type: defect (bug) | Status: closed
Priority: high | Milestone: 3.7.1
Component: General | Version: 3.7
Severity: major | Resolution: fixed
Keywords: has-patch commit |
------------------------------+---------------------
Changes (by nacin):
* owner: => nacin
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"25954"]:
{{{
#!CommitTicketReference repository="" revision="25954"
Query stopwords: Only eliminate single A-Z letters as search terms.
Stop trying to match any single letters that are not East Asian
characters, as this requires PCRE with UTF-8 support; and because it
doesn't actually work.
fixes #25709.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25709#comment:19>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list