htdocs/assets/js/views/searches/search/elasticsearch.js

Summary

Maintainability
A
1 hr
Test Coverage

Function readForm has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        readForm: function() {
            var data = SearchView.SearchView.prototype.readForm.call(this);

            if("result_type" in data) {
                data.query_data.result_type = parseInt(data.result_type, 10);
Severity: Minor
Found in htdocs/assets/js/views/searches/search/elasticsearch.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status