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

Count for indices and types returns 0 #199

Closed
ghost opened this issue Mar 22, 2013 · 2 comments
Closed

Count for indices and types returns 0 #199

ghost opened this issue Mar 22, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 22, 2013

Missing suffix at the end in PathResolver > CreateIndexTypePath

      if(suffix!=null)
            return "{0}/{1}/{2}".F(Uri.EscapeDataString(index), Uri.EscapeDataString(type),this.NormalizeSuffix(suffix));

      return "{0}/{1}/".F(Uri.EscapeDataString(index), Uri.EscapeDataString(type));
@Mpdreamz
Copy link
Member

Mpdreamz commented Apr 1, 2013

Thanks @lakmalvbj for catching this one 👍 Now fixed and covered with a test.

I was on holiday for the past 2 weeks hence the slow response.

@ghost
Copy link
Author

ghost commented Apr 2, 2013

Thank you for fixing this.

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