It would be nice if contextual filters could validate the display equivalents for on/off in URLs for Boolean fields.
I.e., a url of /view-path/on-value = /view-path/1, and /view-path/off-value = /view-path/0
Currently, putting any sort of string in the URL where the argument is expected is treated as /view-path/0, since, apparently (at least in MySQL), a non-numeric string evaluates to zero in comparisons with numbers.

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing this as outdated, feel free to re-open with updated details if it's still a problem in the latest release.