From bf31271505008576768fa71dc370479564e16959 Mon Sep 17 00:00:00 2001 From: Justin Licari Date: Fri, 15 Nov 2019 15:26:09 -0500 Subject: [PATCH] Update results list for every query when using bool=or --- flexsearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexsearch.js b/flexsearch.js index 8ca71b8..d8da34a 100644 --- a/flexsearch.js +++ b/flexsearch.js @@ -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