SPACEJUMP and TEXTSEARCH are attributes of an object, not methods.
I have suggested in the past that they be moved into a more generic
attribute specifier but I haven't seen any change in the spec yet.
TimBL, what do you think?
The server should use the URL to disambiguate whatever it needs to disambiguate:
GET /place-order?... form
GET /visual-index?... spacejump
GET /data?... text search
GET /library?... library-style search (a=author, t=title, s=subject)
GET /database?... SQL search
GET /listing?... regular expression
etc, etc.
--sanders