Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-High Milestone-Release-1.0.8 Component-SearchBrowse
New issue 893 by [email protected]: Switch to case-insensitive search query analyzer for document indexing http://code.google.com/p/qubit-toolkit/issues/detail?id=893 Maarten Vermeyen posted some problems with our current search index methodology here: http://groups.google.ca/group/ica-atom-users/browse_thread/thread/daac1db9890aa382?hl=en After discussion we believe the best solution is to make the following changes to "apps/qubit/lib/SearchIndex.class.php": 1) remove the setlocale() call (rely on the default locale settings from the user's OS) 2) change the default text analyzer to "Zend_Search_Lucene_Analysis_Analyzer_Common_Utf8Num_CaseInsensitive" 3) remove all strtolower() calls. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Qubit Toolkit Issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/qubit-issues?hl=en -~----------~----~----~----~------~----~------~--~---
