Use quotes to search for space-separated terms, e.g.
Containing Text: "State =" OR "State ="
Alternatively, a regular expression might be a better solution, e.g.
Containing Text: REGEX "State +="
Note: The '+' denotes 'one or more of the preceding character'.