We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add != string comparison support in SPECTQL
Following url works:
http://data.irail.be/spectql/NMBS/Stations%7Bid,name-,longitude,latitude%7D?name==%27Ghent%20Dampoort%27:json
but following gives error:
data.irail.be/spectql/NMBS/Stations{id,name-,longitude,latitude}?name!='Ghent Dampoort':json
Error: Could not process this token: Parse Error: (NE)() not expected
The text was updated successfully, but these errors were encountered:
pietercolpaert
No branches or pull requests
Add != string comparison support in SPECTQL
Following url works:
http://data.irail.be/spectql/NMBS/Stations%7Bid,name-,longitude,latitude%7D?name==%27Ghent%20Dampoort%27:json
but following gives error:
data.irail.be/spectql/NMBS/Stations{id,name-,longitude,latitude}?name!='Ghent Dampoort':json
Error: Could not process this token: Parse Error: (NE)() not expected
The text was updated successfully, but these errors were encountered: