-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boolean and not existing propertys #35
Comments
I faced this issue today. Filtrex seems to have a problem when a value is The following workaround seems to work fine in my case. I used a Proxy to make Filtrex think that the property exists, but with an empty string as value:
I hope this helps |
Okay great, then I am proved now that I have not overseen something ;-). I like your solution I will try it tomorrow, but it should be also fixed :-) Update: Thanks for your proxy, it is working now |
I agree. I don´t think the current behavior is expected or follows any logic. |
I needed to update it to:
|
I stumble upon the same problem here. A fix would be very welcome. This is a serious bug and unfortunately breaks stuff on our end. |
Maybe I am stupid but I did not found an example with boolean. So here is the sample where the expected result is not matching the reality:
Result:
The text was updated successfully, but these errors were encountered: