codefluent - How filter in a grid view like '% value %'? -


how can use method search generate query search(name) select * person name '% name %' , how set method filter gridview? see option startwith , endwith

cfql supports concatenation operation, can use following cfql method:

search(name) name '%' + @name + '%' 

if edit model directly in xml, have escape character %:

<cf:method name="searchsample" body="search(name) name '%%' + @name + '%%'" /> 

formal grammar of codefluent query language (cfql)


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -