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'),
);

Re: [rez] Search Field Format

By robin - August 22, 2011

Hey Rez,

That kind of search functionality isn't built into CMS Builder, though it is something we've been talking about.

For now you'll need to build a custom query to accomplish searching for sub-strings.

Please let us know if you have any other questions.

Thanks,
Robin
Robin
Programmer
interactivetools.com