Search syntax interfering with search syntax

In ruby, there’s a certain class of errors (essentially null pointer exceptions), that have the error message “undefined method `path’ for nil:nilClass”. The problem is, the “nil:nilClass”, seems to be interfering with the search syntax and ends up returning no results.

I’ve tried various quoting strategies, but nothing works.

Thanks in advance.

The nil:nilClass does need to be wrapped in quotes. The semicolon is causing the problem since it’s used to parse key:value. Searching just "nil:nilClass" should work.