Is there an excluding filter? Just like the filtertf_fieldname, but instead of showing those with that value, I'd like to show those that do not contain that value.
As far as I know, we don't have that feature.
The manual way is, compose a filter URL and exclude the unwanted value?
Only exact matching at the moment.
Have been considering whether to do some other operators like <, >, !=, LIKE etc.
@RateU I thought of that, but it's unpractical.
@ZiNgA BuRgA: != and %LIKE% would be nice additions.