mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-10-01 07:36:40 +02:00
Fix options being detected as fields
- Fix clean job to work on UNIX based systems - Fix build.js to work on UNIX based systems
This commit is contained in:
2
dist/flexsearch.debug.js
vendored
2
dist/flexsearch.debug.js
vendored
@@ -758,7 +758,7 @@ R.prototype.search = function(a, b, c, d) {
|
||||
if (c.constructor === Array) {
|
||||
k = c, c = null;
|
||||
} else {
|
||||
k = (g = c.pluck) || c.index || c.field || c;
|
||||
k = (g = c.pluck) || c.index || c.field;
|
||||
m = c.tag;
|
||||
h = this.store && c.enrich;
|
||||
n = "and" === c.bool;
|
||||
|
Reference in New Issue
Block a user