Open tobz-nz opened 1 year ago
This PR overwrites that to always return the correct result count from the engine's results.
The base Scout Builder class skips the engine's total hits value when a callback method is defined in the search() method.
Builder
search()
Describe your change
This PR overwrites that to always return the correct result count from the engine's results.
What problem is this fixing?
The base Scout
Builder
class skips the engine's total hits value when a callback method is defined in thesearch()
method.