If WPP.COMMENT contains NULL, the condition will not match.
This query:
SELECT 1
WHERE NULL NOT LIKE '%test%'
will return nothing.
On a NULL column, both LIKE and NOT LIKE against any search string will return NULL.
Could you please post relevant values of a row which in your opinion should be returned but it isn’t?