http://fundrace.huffingtonpost.com/neighbors.php?type=name&lname=&fname=
The current OpenSearch specification does not appear to allow for delimited
search patterns, or at least nothing jumped out at me. Is there a way to perform
a search for multiple terms currently? If not, what is the process for adding
that feature, by request or implementation, to the next specification? Thank
you. --Morgan
Could you possibly use something like:
This would allow you to continue to use your existing search form, but
would require you to add server side functionality that would look for
a 'name' parameter that would presumably take a value like 'Morgan
Ramsey'.
If you think about it from a browser toolbar perspective (where you
have a single box to enter your search into) how would a browser
programatically allow someone to interact with an opensearch target
that didn't define searchTerms?
That's my take on your question at least, Perhaps someone else can
provide more insight here.
//Ed