.NET SDK client.GetView("str1", "str2") return no result

Hello,

I use client.GetView() to view the data. However, GetView() doesn’t return any result.

This is my code:
var view = client.GetView(“beer”, “by_name”).Stale(StaleMode.False);

Any suggestions?

Thanks.

Do you have the beer sample data installed? Log into the the admin console and then click “Settings” then select the “Samples” tab and finally, select the “beer sample” and click “Create”.

Yes, I did download the sample data, and I can view the result from the interface. Any other suggestions?

Thanks!