NodeBB/NodeBB

View on GitHub
public/src/modules/search.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function enableQuickSearch has 125 lines of code (exceeds 75 allowed). Consider refactoring.
Open

    Search.enableQuickSearch = function (options) {
        if (!config.searchEnabled || !app.user.privileges['search:content']) {
            return;
        }

Severity: Major
Found in public/src/modules/search.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status