🐛 [Bug report]: Filter plays including tag is making no impact
If we filter a play by tags it works but if we filter the plays with tags with a combination of other criteria, the tag selection is of no use as it never impact the criteria.
Hello Is this still available for contribution? I'd love to work on it
Hello Is this still available for contribution? I'd love to work on it
Yes plz
I found this issue was caused by package "json-graphql-parser".
this is how i debugged https://drive.google.com/file/d/15vVL2Tx5d-esUTAfjhlMlIyE3fBlvn-Y/view
this is how "json-graphql-parser" work https://drive.google.com/file/d/11AKK1CLj9h4WSQqPrMfMVN4PM_cy4UV9/view
I found this issue was caused by package "json-graphql-parser".
this is how i debugged https://drive.google.com/file/d/15vVL2Tx5d-esUTAfjhlMlIyE3fBlvn-Y/view
this is how "json-graphql-parser" work https://drive.google.com/file/d/11AKK1CLj9h4WSQqPrMfMVN4PM_cy4UV9/view
Can you please give access to the docs?
access granted
give access
i wonder how this can be an issue from a package since filtering with tags doesnt even make any graphql call.
thus i think its more of a issue of the api call.
Hmm... if you take a look at video how "json-graphql-parser" work. You can see when you filter the plays with tags with a combination of other criteria, it throws error. "json-graphql-parser" can not parse obj to graphql query, i think this error affect api call.
thanks for noticing it. @koustov will be up there to fix it.
I will look into it some time. BTW, this is another open-source element, https://github.com/koustov/json-graphql-parser feel free to update if you face any issue
yes i checked yesterday and found the issue. its coming from processor.js and line number 101 where code is trying to push something inside an object instead of an array. i am still weak in graphql so i couldn't go further to fix it.
Hello @dangvu0502 Thanks for the initial research. Will you take up for fixing it?
Hmm.... I'm still researching to find the solution but no progress. I think it is better to leave for someone good at graphql
is this being take care?
Please assign this issue to someone else as I will not be able to work on this
I would like to work on this issue
I will look into it sometime. BTW, this is another open-source element, https://github.com/koustov/json-graphql-parser feel free to update if you face any issue
Hi @koustov I have raised the issue on json-graphql-parser and the PR for its fix.
So you are saying that you have already resolved the issue?
So you are saying that you have already resolved the issue?
Yes @Hat52 , the issue was on json-graphql-parser. I have raised a PR with the fixes.