repo/resources/wikibase.vector.searchClient.js
Function fetchResults
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function fetchResults( q, batchSize, offset = null ) {
const api = new mw.Api();
const data = {
action: 'wbsearchentities',
search: q,