Hello,

Would it be possible to have this php filter exposed as checkboxes above the View?
This way user can make changes to the filter.

Thank you very much in advance!

Comments

gnassar’s picture

Status: Active » Closed (won't fix)

The PHP filter cannot be checkboxes, because its content is PHP. I'm not sure I'm clear on how you would put checkboxes on your PHP code.

What it sounds like you may want to do is have a custom filter exposed, which would have a particular set of criteria to filter for. There is no way to do that with a raw PHP filter. The flexibility of allowing any arbitrary PHP code makes it so you couldn't possibly make an exposed filter interface that would work for all cases.

gnassar’s picture

Status: Closed (won't fix) » Closed (fixed)