Skip to content
scambra edited this page Sep 14, 2010 · 30 revisions

The FieldSearch action is an advanced search. Enables to set the value to search for each searchable field.

columns local

The set of searchable columns. This list defaults to the textual database fields.

full_text_search global local

A flag for whether the search should do full-text searching in the database (LIKE %?%) or assume that search tokens will match the beginning (LIKE ?%). Default is :true.

link global

The action link used to tie the Search box to the List table. See API: Action Link for the options on this setting.

Clone this wiki locally