I'm using the ajax search found here: http://web2py.com/book/default/chapter/03?search=ajax+search
This works fine when the search form is embedded on a page like this: http://mydomain.com/some_controller but I want to place the search form on a page with other things, including passing arguments to the function, like this: http://mydomain.com/some_controller/x And this doesn't work. Instead of displaying the search results, it displays the page itself. (You'll have to try this to see). Any idea? Thanks.

