hi Jeff, did you figure this one out ?, am looking for the answer as well, thanks!
On Tuesday, May 21, 2013 9:40:06 AM UTC-7, Jeffrey Pinyan wrote:
Is it possible to search for phrases in /2/open_events? I'd like to search for "swim bike run" as a phrase (those three words in that order). I don't simply want all results that have "swim" and "bike" and "run" (via text=swim+AND+bike+AND+run, or text=swim+bike+run&and_text=true), I want results with the specific phrase "swim bike run".
I tried using text="swim+bike+run" (that is, enclosing my terms in double quotes), but it does not work as I hoped.
I guess I'm looking for clearer documentation on how to use the text parameter. Can we employ boolean logic in it?