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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using Marten as a document database, there seems to be some missing funtionality with joins/include:
Include
,Where
&Select
ignoresWhere
#3096Include
, it's not possible to filter on the included document properties #3120One way to support the workflow would be to add support for querying materialized views using Marten.
There would also be a need for some sort of view builder. The view builder could be a custom api instead of relying on Linq.
Beta Was this translation helpful? Give feedback.
All reactions