In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
78 [In-Portal CMS] Front End feature request N/A 2009-06-15 15:57 2009-10-03 07:56
alex  
alex  
normal  
closed  
fixed  
 
none 5.0.0  
https://in-business.intechnic.com/?25228
0
0000078: Make Custom Fields Searchable
Currently we can't Search on Front End in Custom Fields that have list of values since selected Values stored as IDs and actual values loaded on request when displayed.

Currently "kSearchHelper::buildWhereClause" method is called at the end of OnSimpleSearch event. This method adds all keywords with LIKE type filter. I propose to create copy of this method, but instead of LIKE filter that new method should be calling "kSearchHelper::getSearchClause" method instead. Last of mentioned methods creates search sql for field based on it's formatter and data type.
related to 0000108closed  (5.0.0)alex Add "multiple" option to possible field options, when kOptionsFormatter is used (helps in search queries) 
Issue History
2009-10-03 07:56 administrator Note Added: 0000677
2009-10-03 07:56 administrator Status resolved => closed
2009-07-08 05:02 alex Relationship added related to 0000108
2009-06-16 13:08 alex Fixed in Version => 5.0.0
2009-06-16 13:03 alex Note Added: 0000072
2009-06-16 13:03 alex Status reviewed and tested => resolved
2009-06-16 13:03 alex Resolution open => fixed
2009-06-16 13:03 alex Changeset attached RC r11855
2009-06-15 23:37 Dmitry Assigned To => alex
2009-06-15 23:37 Dmitry Status active => reviewed and tested
2009-06-15 23:37 Dmitry Target Version => 5.0.0
2009-06-15 15:57 alex New Issue
2009-06-15 15:57 alex Reference => https://in-business.intechnic.com/?25228

Notes
(0000072)
alex   
2009-06-16 13:03   
Fix committed to RC branch. Commit Message:

Fixes 0000078: Make Custom Fields Searchable
(0000677)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.0 version, because version was already released.