mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-25 21:08:59 +02:00
update index.d.ts
This commit is contained in:
1
dist/module-debug/intersect.js
vendored
1
dist/module-debug/intersect.js
vendored
@@ -119,6 +119,7 @@ export function intersect(arrays, resolution, limit, offset, suggest, boost, res
|
||||
const final = [];
|
||||
for (let i = 0, arr; i < result.length; i++) {
|
||||
arr = result[i];
|
||||
//if(!arr) continue;
|
||||
if (arr.length > offset) {
|
||||
offset -= arr.length;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user