mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-03 10:53:41 +02:00
Merge pull request #141 from licarijd/bugfix/multiple-query-results-or
Update results list for every query when using bool=or
This commit is contained in:
@@ -3451,7 +3451,7 @@
|
|||||||
|
|
||||||
// fill in during last round
|
// fill in during last round
|
||||||
|
|
||||||
if(is_final_loop){
|
if(is_final_loop || bool_or){
|
||||||
|
|
||||||
// sadly the pointer could just applied here at the earliest
|
// sadly the pointer could just applied here at the earliest
|
||||||
// that's why pagination cannot reduce complexity actually
|
// that's why pagination cannot reduce complexity actually
|
||||||
|
Reference in New Issue
Block a user