Joomla 4 com_finder in admin doesnt show "No matching results" like all the other screens defaults do.
com_finder shows the table headers instead
Compare:
@PhilETaylor the code works fine in the com_search but somehow it is not working in com_finder. How can I debug the same ?
<div class="alert alert-warning"> <?php echo Text::_('JGLOBAL_NO_MATCHING_RESULTS'); ?> </div>```
@PhilETaylor the code works fine in the com_search but somehow it is not working in com_finder. How can I debug the same ?