I'm not totally familiar with the Indexed Search Engine, but I'm not certain there is a form field involved. It looks like the whole thing is pulled off using Ajax by doing an observe_field on :search.
You should be able to use a URL like: www.mysite.com/search/search?terms=whatever%20you%20want Give it a try... On Monday, July 17, 2006, at 2:07 AM, Steve wrote: >Good evening -- > >I'm really new to Rails and I was looking for a way to use >IndexedSearchEngine with a "get" call instead of the default "post". I >have the script by itself on a page /myapp/app/view/search/rhtml and I >want to be able to bookmark the query string. > >I can't seem to find where in the code the call to form_tag is. This is >as likely as not a terribly stupid question but like I said I'm -really- >new. Any help would be greatly appreciated. > >-- >Posted via http://www.ruby-forum.com/. >_______________________________________________ >engine-users mailing list >[email protected] >http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org -- Posted with http://DevLists.com. Sign up and save your mailbox. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
