1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-03 10:53:41 +02:00

Update results list for every query when using bool=or

This commit is contained in:
Justin Licari
2019-11-15 15:26:09 -05:00
parent 367f233142
commit bf31271505

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