Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    Fix filter issue where negative logic prevents matches · 1f5694c1
    Jared Hancock authored
    The quickList() method will attempt to ask the database to find filters that
    might match the incoming ticket information. The idea is that MySQL is
    likely faster than PHP. The problem is that it assumes positive logic is
    being utilized.
    
    This patch adds all filters with at least one rule with dn_contain
    (does-not-contain) or not_equal (not-equal)
    1f5694c1