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 65e50a4 commit f952c61Copy full SHA for f952c61
api/controllers/SearchController.js
@@ -279,11 +279,6 @@ module.exports = {
279
var prevPageQuery = _.clone(req.query);
280
prevPageQuery.page = page - 1;
281
282
- sails.log.info("keywordSearch()", JSON.stringify({
283
- headers: req.headers,
284
- wantsJson: req.wantsJSON,
285
- }));
286
-
287
es.search({
288
index: 'rdoc',
289
body: {
@@ -388,11 +383,6 @@ module.exports = {
388
383
packageVersionFilter.push({ term: { latest_version: 1 } });
389
384
}
390
385
391
- sails.log.info("packageSearch()", JSON.stringify({
392
393
394
395
396
386
return es.search({
397
387
398
0 commit comments