sqllike

sqllike=<fieldname>

 

The entered value gets added as a LIKE-command to the WHERE-condition of the SQL query.

 

Example:

sqllike=kndname

 

customer name is queried. The SQL command gets added with:

 

where kndname like 'entered value>%'

 

More information see sqlsetfilter.