Autocomplete Fix

Replaced by Two Newer Modules

The original Autocomplete Fix module has been superseded by two complementary modules that take different approaches to the same problem:

Drupal 6 and 7 have a longstanding quirk where autocomplete fields (the ones that show search results as you type) get confused by the slash (/) character. In Drupal 6, everything after the first slash is ignored because the autocomplete query is sent as a path component. In Drupal 7 trailing slashes are similarly dropped.

Both modules are available on drupal.org: