I am having trouble querying a MongoDB database using a predicate which is dynamically generated.
The document structue i am trying to query on is:
{
Not sure it's a solution for mongodb, but could you try to use AsExpandable() coming from linqkit (made by the same guy as PredicateBuilder).
AsExpandable()
LinqKit (and more info about AsExpandable() and relation with PredicateBuilder) can be found here
PredicateBuilder