Bug #7297
_numhits assignment overridden in SOLRSearchResponseIterator
Start date:
2015-08-18
Due date:
% Done:
100%
Story Points:
Sprint:
Description
A minor bug that does not affect overall functionality but is annoying for feedback
SOLRSearchResponseIterator constructor:
self._nextPage(self.crecord)
self._numhits = 0
but _numhits is assigned in _nextPage.
History
#1 Updated by Dave Vieglais over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed in #16126