Lines Matching refs:searchterms
321 // stem the searchterms and add them to the correct list
323 var searchterms = [];
347 toAppend = searchterms;
357 // console.info('required: ', searchterms);
376 results = results.concat(this.performTermsSearch(searchterms, excluded, terms, Scorer.term))
377 .concat(this.performTermsSearch(searchterms, excluded, titleterms, Scorer.title));
443 listItem.append(Search.makeSearchSummary(data, searchterms, hlterms));
541 performTermsSearch : function(searchterms, excluded, terms, score) {
550 for (i = 0; i < searchterms.length; i++) {
551 var word = searchterms[i];
573 if (fileMap[file].length != searchterms.length)