How do I get more than 10 pages of 10 search results from htsearch?
There are two attributes that control the number of matches per page and the total number of pages. The number of matches per page can be set in your configuration file, using the matches_per_page attribute, or in your search form, using the matchesperpage input parameter.The number of pages is controlled by the maximum_pages attribute in your search configuration file. The current default for maximum_pages is 10 because the ht://Dig package comes with 10 images, with numbers 1 through 10, for use as page list buttons. If we increased the limit, we’d have to field a whole lot more questions from users irate because only the first 10 buttons are graphics, and the rest are text. If you want more than 10 pages of results, change maximum_pages, but you may also want to set the page_number_text and no_page_number_text attributes in your search configuration file to nothing, or remove them, to use text rather than images for the links to other pages.In version of htsearch before 3.1.
There are two attributes that control the number of matches per page and the total number of pages. The number of matches per page can be set in your configuration file, using the matches_per_page attribute, or in your search form, using the matchesperpage input parameter. The number of pages is controlled by the maximum_pages attribute in your search configuration file. The current default for maximum_pages is 10 because the ht://Dig package comes with 10 images, with numbers 1 through 10, for use as page list buttons. If we increased the limit, we’d have to field a whole lot more questions from users irate because only the first 10 buttons are graphics, and the rest are text. If you want more than 10 pages of results, change maximum_pages, but you may also want to set the page_number_text and no_page_number_text attributes in your search configuration file to nothing, or remove them, to use text rather than images for the links to other pages. In version of htsearch before 3.1.4, max