hound-search/hound

Client does not update object on response failure

Open

#285 ouverte le 15 juin 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (5 470 stars) (606 forks)batch import
bughelp wanted

Description

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.

Guide contributeur