-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error after building the schema #21
Comments
This occurred because GraphQL does not support schema names with |
Perfect. This is working. Btw, I have set the index include pattern as -
When I use just |
Great! This occurs because the |
I think you will have to handle all special characters. Below one is failing because of a
|
Fixed in d7363dd to replace any non-alphanumeric character with |
Yes, Above PR fixed the issue. Seeing below error though.
This looks similar to this error |
This might be fixed in 2ca30dc but similar errors may still occur in other places. |
Thanks for looking into this. I'm still seeing the same error (in the boolean). Is there any work around for this issue? Could you please explain whats going on? If there is any work around just for my use-case, i can fork and make it work just for my ES. Let me know. |
Seeing below error after building the schema.
Couldn't trace the root cause. Any suggestion?
cc: @mewil
The text was updated successfully, but these errors were encountered: