fix reversion

this change turned off paging in result sets returned from the database, even though results continued to be paged.
fix-lastpage
eric 2020-09-22 14:01:31 -04:00
parent d355e5e6fc
commit 83a242fb7a
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ class SQLSearcher(object):
sql.sort_order = os.sort_order
sql.start_index = os.start_index
#sql.items_per_page = os.items_per_page
sql.items_per_page = os.items_per_page
query, params = sql.build()
query += ' -- ' + os.ip