Is there a way to just show the top 50 results instead of all results?
Announcement
Collapse
No announcement yet.
Show Top Results
Collapse
X
-
The default is to just show 10 results (not all results).
I assume what you are really asking is if it is possible to hide the links to pages 2,3,4....etc.
You can do this in CSS in the search_template.html file,
.result_pages { font-size: 100%; display:none;}
.result_pagescount { font-size: 100%; display:none;}
Comment