We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab18ad commit 3e93fedCopy full SHA for 3e93fed
lib/search.js
@@ -28,7 +28,7 @@ module.exports = async function(input, params = {}) {
28
// ElasticSearch JSON method
29
case 'object':
30
input.indexes = makeCSV(params.indexes)
31
- input.columns = makeCSV(params.columns)
+ input.columns = makeCSV(params.columns)
32
return reqJSON(path, input)
33
34
default:
0 commit comments