1
0
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:
Thomas Wilkerling
2019-11-15 23:00:25 +01:00
committed by GitHub

View File

@@ -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