in content/apidocs/search.js [168:172]
function concatResults(a1, a2) { a1 = a1.concat(a2); a2.length = 0; return a1; }