On 3 Mar 2005, at 17:17, Adaikalavan Ramasamy wrote:
> How will you deal with multiple word searches such as
>
> help.search("eps dev")
>
> One way to implement would be ??"eps dev" but this looks awkward to me.
That's what you have to do with the normal help function sometimes
anyway, e.g.
?"+"
?"base-defunct"
etc.