I am trying to search through all FogBugz tasks so as not to add duplicates when I import tasks. However, when using the API to search, I cannot seem to search for an exact match only.
For example, searching "Foo Bar", it returns cases that contain, say, "Foosomething Bar".
I am trying to return only cases that include the phrase "Foo Bar". Is this possible to do through the API?