Author: sevein
Date: Sun Apr 29 10:51:42 2012
New Revision: 11552

Log:
Revert change introduced accidentally

Modified:
   branches/2.0/apps/qubit/modules/search/actions/advancedAction.class.php

Modified: 
branches/2.0/apps/qubit/modules/search/actions/advancedAction.class.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/actions/advancedAction.class.php     
Sun Apr 29 10:48:37 2012        (r11551)
+++ branches/2.0/apps/qubit/modules/search/actions/advancedAction.class.php     
Sun Apr 29 10:51:42 2012        (r11552)
@@ -150,7 +150,7 @@
       {
         $facet = new Elastica_Facet_Terms($field);
         $facet->setField($field);
-        $facet->setSize(1);
+        $facet->setSize(50);
         $query->addFacet($facet);
       }
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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-commits?hl=en.

Reply via email to