Author: david
Date: Thu Feb 23 15:41:47 2012
New Revision: 10963
Log:
Use camelcase for search field names
Modified:
trunk/lib/QubitSearch.class.php
Modified: trunk/lib/QubitSearch.class.php
==============================================================================
--- trunk/lib/QubitSearch.class.php Thu Feb 23 14:48:34 2012 (r10962)
+++ trunk/lib/QubitSearch.class.php Thu Feb 23 15:41:47 2012 (r10963)
@@ -394,7 +394,7 @@
$doc->addField(Zend_Search_Lucene_Field::UnStored('legalStatus',
$actorI18n->legalStatus));
$doc->addField(Zend_Search_Lucene_Field::UnStored('mandates',
$actorI18n->mandates));
$doc->addField(Zend_Search_Lucene_Field::UnStored('internalStructures',
$actorI18n->internalStructures));
- $doc->addField(Zend_Search_Lucene_Field::UnStored('general_context',
$actorI18n->generalContext));
+ $doc->addField(Zend_Search_Lucene_Field::UnStored('generalContext',
$actorI18n->generalContext));
// Add other forms of name for this culture
$criteria = new Criteria;
--
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.