Hey everyone
Im trying to understand if im missing out on something or just misunderstanding things.
i've created an entity, and a function.
calling this entity using standard key filter works (i.e /FlightSet(0001), but when using /FlightSet?$filter=carried eq '0001' I simply get all the entities in the collection, no error or anything.
I've marked the key as "filterable" in the collection.
i've also taken a look at the class generated by the transaction, it doesnt seem as if the method contains code that is supposed to filter the results, it simply reads the keys and announces errors.
i have no problem implementing this manually, but i dont know if its a correct behavior.
thanks.
Eli