Auto Query Filter Exception with GUID

Hi,

I get an Exception when quering by GUID:

An exception of type 'System.InvalidCastException' occurred in mscorlib.dll but was not handled in user codeAdditional information: Ungültige Umwandlung von "System.String" in "System.Guid".

Query: /blog/posts/?id=8d935cf1-4abb-4c8b-bd9c-7c1916af5f5f
(My Entity has a property “Id” as PK)

   bei System.Convert.DefaultToType(IConvertible value, Type targetType, IFormatProvider provider)
   bei System.String.System.IConvertible.ToType(Type type, IFormatProvider provider)
   bei System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   bei System.Convert.ChangeType(Object value, Type conversionType)
   bei ServiceStack.TypedQuery`2.AppendUntypedQueries(SqlExpression`1 q, Dictionary`2 dynamicParams, String defaultTerm, IAutoQueryOptions options, Dictionary`2 aliases)
   bei ServiceStack.TypedQuery`2.CreateQuery(IDbConnection db, IQuery model, Dictionary`2 dynamicParams, IAutoQueryOptions options)
   bei ServiceStack.AutoQuery.CreateQuery[From,Into](IQuery`2 model, Dictionary`2 dynamicParams, IRequest request)

Should I escape somehow or something else? Thanks

What version are you using?

Oh I’m sry. Version: 4.0.42.0 from nuget

ok cool, can you try the v4.0.43 that’s on MyGet