-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.7
-
Component/s: Feature Request
-
None
-
Environment:Production.
When constructing typed query, it has problem serialising an interface.
e.g.
Query<IDocument>.EQ(a => a.Url, url)
This doesn't seem like something complicated to achieve.