-
Notifications
You must be signed in to change notification settings - Fork 330
API: LiveSearch
cainlevy edited this page Sep 14, 2010
·
12 revisions
The LiveSearch action is the same as Search except that it automatically submits the search conditions to the server as you type. This has an upside and a downside: it provides more feedback to the user (they can see the search working), but it can be inefficient with server resources.
The set of searchable columns. This list defaults to the textual database fields.
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
.
The action link used to tie the Search box to the List table. See API: Action Link for the options on this setting.