Widget:KeywordSearch: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 68: | Line 68: | ||
obj.keyword.iterator++; | obj.keyword.iterator++; | ||
$.each(data.query.results, function(index, value){ | $.each(data.query.results, function(index, value){ | ||
obj.questionListAll.push( | obj.questionListAll.push(value.fulltext); | ||
}); | }); | ||
runQueries(obj); | runQueries(obj); |