Database search fixes:
authorChad Horohoe <chadh@wikimedia.org>
Fri, 20 Jun 2014 20:43:36 +0000 (13:43 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 20 Jun 2014 20:43:36 +0000 (13:43 -0700)
commitcd9dc7ef3f504e91b990cba0f3e97460937a2bcb
tree9975addae78ca3a20848eb186c4d89d157922865
parent9ec7cb086847a18de33df4931759f3cc4944fc38
Database search fixes:

- Move filter() function and make it protected, nothing uses it
  outside database-backed searching
- Use per-backend legal search characters rather than assuming the
  static implementation is right

Change-Id: Ic2b830b56137b2dfe68b9b9c3de012151e716952
includes/deferred/SearchUpdate.php
includes/search/SearchDatabase.php
includes/search/SearchEngine.php