Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Last active December 22, 2015 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmsheng/29d3acc314d9a121a248 to your computer and use it in GitHub Desktop.
Save kmsheng/29d3acc314d9a121a248 to your computer and use it in GitHub Desktop.
ksana fetch without realHits props
var ksa = require('ksana-simple-api');
ksa.fetch({db: 'jiangkangyur', q: 'ཨ', uti: ['1.95a', '1.276a']}, function(err, rows) {
console.log('rows', rows);
})l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment