Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reduces our pagination depth from 10,000 to 1,000, which makes most List view searches 10X faster. Users should see no difference, other than snappy searches. This patch also fixes an off-by-one pagination error that was leaving off the final page of 10,000 results. Testing This is best tested in chrome with the Redux DevTools plugin: - open dev tools and go to the Redux panel - Run a search, then look at the COMPLAINTS_RECEIVED filter, and choose the Action tab. - Look at the "break_points" value Under data -> _meta, and you should see that, with the default results batch of 25 per page, you see 40 breakpoints, not 400.
- Loading branch information