Library returns ErrInvalidTag in some cases like tags that are not supported or selectChild tag used on non struct members but in some cases ignores the error conditions e.g. when likeOperator is used on non []string type. Make library return ErrInvalidTag error for all the cases.
Library returns
ErrInvalidTag
in some cases like tags that are not supported orselectChild
tag used on non struct members but in some cases ignores the error conditions e.g. whenlikeOperator
is used on non[]string
type. Make library returnErrInvalidTag
error for all the cases.