siphon
siphon copied to clipboard
Client side NCSS query validation
We have validate_query(). It might be nice to call this on the query before sending it to the server. This would allow us to give better error messages.
We could consider tying it a validate kwarg-only argument to get_query(), though right now I think I'd want it to default to True. There's not a lot of point in sending a query we know will fail (except for testing maybe).