You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a big search (e.g. enter a common word start like "de" and enable "initial part")
As soon as first page of results is shown, click the next page button ">"
Expected: The hit counter should continue increasing as the progress bar is progressing
Actual: The hit counter remains on the number it was when the next page button was clicked
To verify that the actual hit count is larger, click "Search" again and let it load fully
The makeRequest function in kwic_controller.ts has an isPaging flag. The point is to not reset the hit count while loading when switching page. But it assumes that the current hit count is correct when switching page.
The text was updated successfully, but these errors were encountered:
The
makeRequest
function inkwic_controller.ts
has anisPaging
flag. The point is to not reset the hit count while loading when switching page. But it assumes that the current hit count is correct when switching page.The text was updated successfully, but these errors were encountered: