PassMark Logo
Home » Forum

Show Top Results

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nitestarz
    Newbie
    • May 2013
    • 1

    #1

    Show Top Results

    Is there a way to just show the top 50 results instead of all results?
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    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

    Working...