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

? character instead of comma (,) in Swami Sivananda commentaries #2

Open
ravisiyer opened this issue Jul 3, 2024 · 0 comments
Open

Comments

@ravisiyer
Copy link

There seems to be a problem with the data associated with Swami Sivananda commentaries. Question mark character (?) appears frequently in places where I think there should be a comma character (,).
If you use this query, "
{
allGitaLanguages {
nodes {
language
}
}
allGitaVerses(condition: {chapterNumber: 10, verseNumber: 4}) {
nodes {
gitaCommentariesByVerseId(condition: {authorId: 16}) {
nodes {
description
authorName
authorId
}
}
}
}
}
" (copy-paste without double quotes) in https://gql.bhagavadgita.io/graphiql, you can see that the result has the ? character issue.

But IIT Kanpur's Gita Supersite which seems to be the original source of this data, does not have this issue (instead of those ?s, we have commas) - https://www.gitasupersite.iitk.ac.in/srimad?language=dv&field_chapter_value=10&field_nsutra_value=4&ecsiva=1&etsiva=1

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