Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2.1
-
Fix Version/s: 1.2.2
-
Component/s: Searchable
-
Labels:None
Description
See http://trac.doctrine-project.org/ticket/896.
Its closed as invalid, but 1.2.1 (stable) throws 'Doctrine_Search_Exception' with message 'Invalid argument type. Expected instance of Doctrine_Table.' if the searchable behavior's index table is not generated on-the-fly, because Doctrine_Search::buildTable() never gets invoked.
It's possible to workaround it by deleting generated classes.
Patch attached.