fluent-kit
fluent-kit copied to clipboard
Fix operator does not exist: enum = text (op_error) on OptionalEnum
This pr is fix error operator does not exist: enum = text (op_error)
occurs with @OptionalEnum
in ~~
and !~
filtering. Similar error for @Enum
field type is fixed in https://github.com/vapor/fluent-kit/pull/387, but not for @OptionalEnum