Jonathan Magnan
Jonathan Magnan
Thank you @rshaiju , We will add an option that will remove those lines if we find out that it makes sense. Not sure how we will name it but...
Sure, we will wait for you
Hello @elferone , I'm not exactly sure yet what's the error but something for sure doesn't work in this expression. The filter modifies the SQL queries that will be sent...
Hello @elferone , Thank you, I will try to create a similar filter on my side and see if something is missing for the `ToLower` method. Best Regards, Jonathan
Thank you @jcachat for letting me know. I believe there is certainly a way since a `DbExpression` must be returned but I'm not sure either how doing it yet. Best...
Hello @elferone , The v3.0.0 has been released. The support for `ToLower` and `ToUpper` for basic scenario should now work. Let me know if you run into another issue. @jcachat...
Hello @papyr , Thank for your suggestion, one of my developer will look at it but I'm not sure if that will be possible or not. Best Regards, Jon ---...
Hello @drewburlingame , EF Core already have their own query filters: https://learn.microsoft.com/en-us/ef/core/querying/filters So the question, I guess, is more what is missing now from EF Core global query filters that...
Hello @drewburlingame , So the problem with EF Core filtering is that you cannot just ignore a specific filter, from what I understand. It is either all or nothing, which...
Good point, I added a small text and will re-work it during the weekend and do the same on the website.