Is it possible to run a search by a url segment (without the AutoSearch method explained here: http://expressionengine.com/wiki/AutoSearch/)?
We’re using EE to return XML to Flash, and the Flash swf needs to request xml for everything by url segments, which is fine for everything but search. If I have a url like:
/questions-xml/search/SEARCHTERM/How can I use {segment_3} to search entries? I don’t believe the Flash can follow a url redirect that submitting the form would require, unless I’m wrong about that. I’m plenty comfortable with manually querying things (doing that a lot for this complicated profile > question > answer > response structure), so if it needs to be done that way, that’s cool too, I just don’t know where to start.
Thanks,
Pete