1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-09 21:50:49 +02:00

Fixed duplicated entries in intersect for multiple queries in or

This commit is contained in:
Luca Galli
2020-04-17 15:46:47 +02:00
parent f01f05e568
commit 0015226d2b

View File

@@ -3461,6 +3461,7 @@
if(!pointer_count || (--pointer_count < count)){
result[count++] = tmp;
check[index] = z + 1; // add the entry to the existing results in case of multiple queries with an or clause
if(limit && (count === limit)){