ErrLookup › krisk/Fuse
krisk/Fuse
Lightweight fuzzy-search, in JavaScript · JavaScript · 48 source files
Analyzed at edf2fb608e on 2026-09-02. 20 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Extended search is not available | exception | error | configuration, environment-variable, extended-search |
| Token search is not available | exception | error | configuration, environment-variable, token-search |
| Incorrect 'index' type | exception | error | argument-validation, type-error, index |
| Invalid doc index: must be a non-negative integer within the | validation | error | argument-validation, bounds-check, off-by-one |
| Logical search is not available | exception | error | configuration, environment-variable, logical-search |
| Object query syntax is not available in this build | exception | error | build-configuration, extended-search, query-parser |
| Invalid value for key ${key} | exception | error | query-validation, logical-search, query-parser |
| Fuse.match does not support useTokenSearch: token search req | exception | error | api-misuse, token-search, unsupported-option |
| Pattern length exceeds max of ${max}. | exception | error | pattern-length, bitap, input-validation |
| Invalid field query for key '${key}': ${reason} | validation | error | query-validation, extended-search, schema-validation |
| Unknown query operator '${op}' | exception | error | query-grammar, unknown-operator, negation |
| Empty value for operator '${op}' on key '${key}' | validation | error | search, validation, unicode |
| [Fuse] tokenize function must return string[]; received ${Ar | validation | error | search, tokenization, dev-mode |
| Invalid doc index: must be a non-negative integer within the | validation | error | indexing, validation, arguments |
| Missing ${name} property in key | validation | error | |
| Property 'weight' in key '${key}' must be a positive integer | validation | error | |
| FuseWorker: unable to resolve the worker script URL automati | exception | error | |
| FuseWorker does not support useTokenSearch: token search dep | exception | error | |
| FuseWorker does not support function-valued option '${option | exception | error | |
| [Fuse] tokenize regex ${regex} lacks the global flag; only t | console | error |