hound-search/hound

Client does not update object on response failure

Open

#285 创建于 2018年6月15日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (5,470 star) (606 fork)batch import
bughelp wanted

描述

var resp client.Response
// finds results
err := client.Search(&resp, cfg, "node-xray", svc, "^package.json", 0, false, false)
// does not find results
err := client.Search(&resp, cfg, "http-shutdown", svc, "^package.json", 0, false, false)
// Expected Behavior - resp holds results from second call.
// Actual Behavior - resp still holding results from first call.

贡献者指南