Skip to content
New issue

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

Failed to read searchd response #16

Open
dimuska139 opened this issue Feb 8, 2021 · 0 comments
Open

Failed to read searchd response #16

dimuska139 opened this issue Feb 8, 2021 · 0 comments

Comments

@dimuska139
Copy link

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)

go-sdk version: v0.0.0-20200819180014-70a49dc3179d
Manticore version: 3.5.4-210107-f70faec5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant