Search Field Format

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 22, 2011   (RSS)

By rez - August 19, 2011


Is there a way to make search results for "tables" include "table" items? It appears that "tabl" will show "table" item results but "tables" wont show "tabl". I understand technically why.

I've seen results with bold style "tables" result for "tabl". That would be awesome.

I don't think _keyword or _query can do this?


$searchTables['items'] = array(
'viewerUrl' => 'itemDetails.php',
'titleField' => 'name',
'summaryField' => 'description',
'searchFields' => array('name','description','keywords'),
);