The search function is broken when clean_urls are not used. This is beacuse G2 uses & in its returned links (only when Drupal is not using clean_urls, as in this case there is already a ?q=gallery part, so the search needs to be appended). Drupal takes this and reformats it, replacing all '&' in the link with &, so you end up with '&'. There should be an elegant solution, but just replace the G2 & for now.
| Comment | File | Size | Author |
|---|---|---|---|
| gallery.module.searchfix.patch | 851 bytes | kiz_0987 |
Comments
Comment #1
walkah commentedcommitted to drupal-4-6 & HEAD. thanks :)
Comment #2
(not verified) commented