2

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?

flag

1 Answer

1

The information in this post may help shed some light on how FogBugz searching works.

link|flag
So the short answer is "no". :-( – Michel de Ruiter May 23 2011 at 22:40
I think the best we can manage is to search for "Foo*" "Bar*" to get cases which contain both the words "Foo" and "Bar". I don't know of a way to search for a space (but I hope I'm wrong.) – James McLeod May 23 2011 at 23:59

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.