I noticed index support for NOT LIKE is missing. Is there a special reasonfor that, or would a patch be accepted?
A use case would be:
... WHERE url NOT LIKE 'http%'
Or
... WHERE path NOT LIKE '/%'