Skip to content

Instantly share code, notes, and snippets.

View adam-szczombrowski's full-sized avatar

Adam Szczombrowski adam-szczombrowski

View GitHub Profile
setupFilter = function(pagesize, search_text) {
return {
pagesize: pagesize,
sort: 'votes',
order: 'desc',
intitle: search_text,
filter: 'withbody',
min: 1
};
}
https://gist.github.com/kyletcarlson/6234923