SearchQuery NewQueryStringQuery Not working

Getting no results on what should be a simple search. I am able to get results if i just do a search in the ui but nothing through the Go sdk

results, err := cluster.SearchQuery(“full_customer_vault”, gocbsearch.NewQueryStringQuery(“owner_id:testmerchant12345678”), &gocb.SearchOptions{Limit: 10})

Hi @bvoelker can you try with v.2.0.3 (released yesterday) please? We had a bug related to parsing search query results which 2.0.3 has fixed.

1 Like

Just tested it with v2.0.3 and it works now. Thanks.