=== thumb.html ===
**Note 1**
The function ZSQLInlineSearch searches in the table given (here //tablename//) in the field given (here //idfield//) for the specified expression (here //here.filename//). If you don't change the specified expression, the given field is searched for the name of the image.
Replace //tablename// with the name of your table.\\ Replace //idfield// with the name of the field that holdes the image names/ image ids.\\ _op_idfield specifies the type of comparison (e.g. equals (eq), contains (ct), ...)\\ In //foundMD.text// replace //text// with the name of the field you want to be displayed.
**Note 2**
If you want more than one field to be displayed, comment in this section and replace //foundMD.whatever// with the appropriate fieldnames of the fields.