- Timestamp:
- 07/23/10 13:50:57 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/1.4/lib/action/BaseaActions.class.php
r1696 r1840 591 591 } 592 592 593 $values = aZendSearch::searchLuceneWithValues(Doctrine::getTable('aPage'), $q, aTools::getUserCulture()); 593 try 594 { 595 $values = aZendSearch::searchLuceneWithValues(Doctrine::getTable('aPage'), $q, aTools::getUserCulture()); 596 } catch (Exception $e) 597 { 598 // Lucene search error. TODO: display it nicely if they are always safe things to display. For now: just don't crash 599 $values = array(); 600 } 594 601 595 602 $nvalues = array();

