pagemaster : filter on null field  Bottom

  • I was trying to do a search with filter in pagemaster like this "

    Code

    filter=myfield^neq^null
    "

    This way, it CAN'T work.

    After looking at the code, i ve seen it was possible very easily, just do a

    Code

    filter=myfield^notnull


    (for checking null value, it's as easy "

    Code

    myfield^null
    " )

This list is based on users active over the last 60 minutes.