#73 closed defect (released)
small bug in simpleindex.php
Reported by: | alec | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Xapian-bindings | Version: | 0.9.4 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
if you index a paragraph like this one:
"Google recently started offering GMail hosted email services."
then the simplesearch.php script WILL find all words in it except for "Google" and "GMail".
This can be fixed by adding this line
$para = strtolower($para);
underneath
Document_set_data($doc, $para);
inside the foreach loop.
Note:
See TracTickets
for help on using tickets.
Thanks for reporting this. I've just fixed it in SVN.