When there is an error in a query the error message from rethinkdb will include the initial part of the query only, it makes it harder to debug the query in the explorer without knowing what is the full query. This is especially important for generated queries like histograms and the like where the user did not create the entire query himself.
When there is an error in a query the error message from rethinkdb will include the initial part of the query only, it makes it harder to debug the query in the explorer without knowing what is the full query. This is especially important for generated queries like histograms and the like where the user did not create the entire query himself.