This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(search): fix pagination not updating
- We had an optimization that only updated the hits when they actually changed to reduce extra ajax request/processing but forgot exclude the pagination data. So anytime the first page of results didnt change the pagination data would update either. Closes #2185
- Loading branch information
Shane Wilson
committed
Apr 26, 2016
1 parent
0d3a020
commit 45ffbbf
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters