You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added the Hacktoberfest label in case anyone would like to work on this issue. I think most of the info needed is present in this issue. We'll need to update setConstraint to create XML similar to my "correct" example - but note it should take any number of arguments to the ONE OF param, not just medium and high.
Comment on this issue stating that you intend to work on the task
When you're ready, add your work to the repo and create a pull request.
What to do if you need help
Mention @yochannah, tweet @yoyehudi, pop by to say hi on chat or if needed email [email protected]. Don't forget we're usually only available during uk office hours and will not be able to respond at other times :)
ONE OF
constraints aren't handled correctly by InterMineR and convert to invalid query XML.This constraint will return a 400 when run, because it's creating the following XML:
But it should be making something more like:
The text was updated successfully, but these errors were encountered: