mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-02 10:23:50 +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
|
||||
|
||||
if(is_final_loop){
|
||||
if(is_final_loop || bool_or){
|
||||
|
||||
// sadly the pointer could just applied here at the earliest
|
||||
// that's why pagination cannot reduce complexity actually
|
||||
|
Reference in New Issue
Block a user