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
@lorenzosinisi We'd love to have you submit a PR for this if possible. If you feel you have a path for a solution we'd love to get a PR from you with a corresponding test case (if possible) for regressions in the future.
@lorenzosinisi Just following up on this issue. Is this something you are still working and submitting a Pull Request for or can/should we close this issue?
@lorenzosinisi Just following up one more time on this as it's been about 2 months with no more feedback. If you are still interested in doing this work, please let me know and we can keep this issue open, otherwise I will close it soon due to no activity, thanks.
Thank you for the great job with this library!
Right now https://github.com/mojotech/torch/blob/facc69fef8ef34fa27862e5d62f09e6d8c46ce8e/lib/torch/views/filter_view.ex works great with almost all type of data structures, the only problem I found is when adding a filter search for a binary_id, it should only support "equals" as lower(binary_id) is not supported (by postgres)
I could send a PR, I have an idea of how to implement it. Shall I proceed?
I would add something like the following to
lib/torch/views/filter_view.ex
:The text was updated successfully, but these errors were encountered: