Welcome to the Joomla forum!
Smart Search does not seem to have any option to state the maximum number of results. If you are comfortable with PHP, create a template override of the search view of the component com_finder into the html folder of your front end template, for example Cassiopeia.
Once the override has been created, customise the PHP code in the file templates/cassiopeia/html/com_finder/search/default_results.php. Replace the foreach loop with a for or while loop and a hard coded limit (not tested). The other override files in the folder templates/cassiopeia/html/com_finder/search can be removed.
Smart Search does not seem to have any option to state the maximum number of results. If you are comfortable with PHP, create a template override of the search view of the component com_finder into the html folder of your front end template, for example Cassiopeia.
Once the override has been created, customise the PHP code in the file templates/cassiopeia/html/com_finder/search/default_results.php. Replace the foreach loop with a for or while loop and a hard coded limit (not tested). The other override files in the folder templates/cassiopeia/html/com_finder/search can be removed.
Statistics: Posted by toivo — Sun Aug 11, 2024 4:33 am