Project: MW1 booking
Table: Main Property Language
Layout: Main Property Language
I found some more information in the default_filters.php of this layout:
<div class='filter_var_title'>
<?php echo JDom::_('html.form.input.search', array(
'domID' => 'filter_var_title',
'dataKey' => 'filter_var_title',
'dataValue' => $this->filters['var_title']->value,
'label' => 'JSEARCH_TITLE'
));
?>
</div>
The label is JSEARCH_TITLE, ik think it should be MW1BOOKING_JSEARCH_TITLE. The MW1BOOKING_JSEARCH_TITLE is not added into the language ini file.