You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I attempt a filter like type eq Sedan, the filter fails with Searchlight.FieldTypeMismatch. There should be an automatic conversion from the enum name to the underlying value so that using type eq 0 and type eq Sedan are both valid filters.
The text was updated successfully, but these errors were encountered:
I was attempting to set up an enum to query on and it doesn't seem like setting the EnumType does any conversion.
Example
If I attempt a filter like
type eq Sedan
, the filter fails withSearchlight.FieldTypeMismatch
. There should be an automatic conversion from the enum name to the underlying value so that usingtype eq 0
andtype eq Sedan
are both valid filters.The text was updated successfully, but these errors were encountered: