How do I search for "?"

Only alphanumeric characters are indexed, therefore the only workaround would be to use a script but this might be really slow:

tell application id "DNtp"
	set theResults to contents in current database whose plain text contains "?"
	set search results of main window 1 to theResults
end tell