siphon icon indicating copy to clipboard operation
siphon copied to clipboard

Client side NCSS query validation

Open dopplershift opened this issue 3 years ago • 1 comments

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.

dopplershift avatar Mar 22 '22 19:03 dopplershift

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).

dopplershift avatar Mar 22 '22 19:03 dopplershift