If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I am looking for a way to set the Results per Page default to 10, and not display the box that provides user options for 10, 20, 50 or 100. Is that something that can be easily done?
Easiest way: Under "Configure"->"Search Page", change the Search Form from "Advanced" to "Basic". Re-index and upload to take effect. The "results per page" drop down option will be gone along with the "match any words", etc.
That certainly does the trick, but I wanted to retain some "Categories" for pdf files that I set up earlier. When I changed from "Advanced" back to "Basic" those Categories disappeared, as you well know. Is there a way to keep the Categories and eliminate the "results per page" drop down box?
Another way: return the search form to Advanced, and then use CSS to suppress the "results per page" options. Note: Any CSS class can be eliminated from appearing with a "display: none;" attribute.
Comment