We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RunQuery returns error if index is not "*". See an example below:
package main import ( "fmt" "github.com/manticoresoftware/go-sdk/manticore" ) func main() { cl := manticore.NewClient() cl.SetServer("manticore.host.com", 9308) fmt.Println(cl.RunQuery(manticore.NewSearch("avatar", "myindex_idx", ""))) }
The output is <nil> failed to read searchd response (status=0, ver=289, len=18103, read=4027)
<nil> failed to read searchd response (status=0, ver=289, len=18103, read=4027)
go-sdk version: v0.0.0-20200819180014-70a49dc3179d Manticore version: 3.5.4-210107-f70faec5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RunQuery returns error if index is not "*". See an example below:
The output is
<nil> failed to read searchd response (status=0, ver=289, len=18103, read=4027)
go-sdk version: v0.0.0-20200819180014-70a49dc3179d
Manticore version: 3.5.4-210107-f70faec5
The text was updated successfully, but these errors were encountered: