mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-25 21:08:59 +02:00
v0.8.2
This commit is contained in:
2
dist/module-debug/intersect.js
vendored
2
dist/module-debug/intersect.js
vendored
@@ -119,7 +119,7 @@ export function intersect(arrays, resolution, limit, offset, suggest, boost, res
|
||||
}
|
||||
} else {
|
||||
|
||||
result = 1 < result.length ? union(result, limit, offset, resolve, boost) : (result = result[0]).length > limit || offset ? result.slice(offset, limit + offset) : result;
|
||||
result = 1 < result.length ? union(result, limit, offset, resolve, boost) : (result = result[0]) && limit && result.length > limit || offset ? result.slice(offset, limit + offset) : result;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user