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
I am trying to use PostProcessingAction to filter queries created within the last year, but it doesn't seems to be working, I got the full queries, here is my code:
I am trying to use PostProcessingAction to filter queries created within the last year, but it doesn't seems to be working, I got the full queries, here is my code:
I have done some tests, if I return false directly, I will get an empty list, which is expected:
But if I return e.CreatedTime == null, which always be false, I will get the full list:
What is the problem? Am I using it incorrectly?
The text was updated successfully, but these errors were encountered: