Status: Accepted
Owner: [email protected]
Labels: Type-Defect Milestone-Release-1.2 Priority-Critical
Component-SearchBrowse
New issue 2102 by [email protected]: Search error
http://code.google.com/p/qubit-toolkit/issues/detail?id=2102
To reproduce this error:
========================
1) Fresh install of qubit trunk (empty data set)
2) php symfony search:populate QubitSearch
2) Create a new repository
3) Go to its view page
4) In the context menu search for " (yes, just ")
URL generated:
http://localhost/q/qubit_dev.php/rag5a;search?query=%22
Resulting error:
================
Fatal error: Call to undefined method
Zend_Search_Lucene_Search_Query_MultiTerm::addSubquery() in
apps/qubit/modules/search/actions/indexAction.class.php on line 45
More details:
If I search for "foobar":
get_class($query); // Zend_Search_Lucene_Search_Query_Boolean
If I search for "<":
get_class($query); // Zend_Search_Lucene_Search_Query_MultiTerm
MultiTerm object has not method addSubquery
--
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.