-
Description:filterable() doesn't work with Status fields. Detailed steps to reproduce the issue on a fresh Nova installation:While using filterable() method in a Status field, it returns the error: Haven't found anything about this issue, either in the docs. For my understanding filterable() should work on any kind of field. Is still possible to create a custom filter and use that to filter it, that works. Only the filterable() doesnt work. |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Nov 7, 2022
Replies: 1 comment 1 reply
-
|
The error is correct. Since we can't 100% verify the correct query to be used for the filter you need to manually handle it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The error is correct. Since we can't 100% verify the correct query to be used for the filter you need to manually handle it.