builtinnya/fuzzlogia

View on GitHub
src/fuzzlogia.js

Summary

Maintainability
A
1 hr
Test Coverage

Function search has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var search = function search(query, bucket, extractor, options) {
  if (!query) return [];

  options = utils.merge({ threshold: 0 }, options);

Severity: Minor
Found in src/fuzzlogia.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status