masumsoft/express-cassandra

Validator

Closed this issue · 1 comments

Why validator is throwing an error on where clause, validator is only for write operation, correct me, if wrong.

Nope, the current implementation checks for validation errors against the same validators for both read and write operations. If you have any specific case where not validating the input for a read operation would make more sense, then please let me know.