Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Component/s: Global search
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
In multibyte language environment (ex. Japanese), we can not seach by multibyte strings on global search.
The cause of this problem is only forgetting character encoding;
Patch is as follows;
In search/Zend/Search/Lucene.php, function find()
public function find($query)
{
if (is_string($query))
Attachments
Issue Links
- blocks
-
MDL-19426 Enabling search/cron.php and search/indexer.php to run at command line, and so on
-
- Closed
-