PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Show Top Results

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Show Top Results

    Is there a way to just show the top 50 results instead of all results?

  • #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...
    X