Author: sevein
Date: Thu Feb 9 22:28:20 2012
New Revision: 10839
Log:
Ops, I wasn't using the request value
Modified:
trunk/apps/qubit/modules/search/actions/advancedAction.class.php
Modified: trunk/apps/qubit/modules/search/actions/advancedAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/search/actions/advancedAction.class.php Thu Feb
9 22:14:18 2012 (r10838)
+++ trunk/apps/qubit/modules/search/actions/advancedAction.class.php Thu Feb
9 22:28:20 2012 (r10839)
@@ -239,8 +239,8 @@
if (!empty($this->request->levelOfDescription))
{
- $query->addSubquery(QubitSearch::getInstance()->addTerm('Fonds',
'levelOfDescription'), true);
- $this->queryTerms[] = array('term' =>
$this->getContext()->i18n->__('Level of description').': TODO', 'operator' =>
'and');
+
$query->addSubquery(QubitSearch::getInstance()->addTerm($this->request->levelOfDescription,
'levelOfDescription'), true);
+ $this->queryTerms[] = array('term' =>
$this->getContext()->i18n->__('Level of description').':
'.$this->request->levelOfDescription, 'operator' => 'and');
}
$query = parent::filterQuery($query);
--
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.