This happened as a result of error refactoring; originally, data search error messages were sent back to the user as regular text, which needed to be escaped, but they were switched over to use the built-in error handling, at which point they no longer needed to be escaped.