In the javascript file, the url created there does not work when clean url's is not possible on the server.
"var path = Drupal.settings.basePath + 'search/inline_ajax_search/get/';"
My proposal is to change this url so this works without clean url's enabled. This will always work.
"var path = Drupal.settings.basePath + '?q=search/inline_ajax_search/get/';"
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1076946_inline_ajax_search-clean-urls.patch | 885 bytes | blackdog |
Comments
Comment #1
blackdog commentedHere's a patch for 7.x that contains the above fix.
Comment #2
blackdog commentedI've committed the above patch to the 7.x branch. Should probably go into 6.x as well.
Comment #3
fabianderijkPatch added in the new nightly build