Because autocomplete.js does not escape slashes (apparently for good reason -- something to do with mod_rewrite), and nodereference autocomplete gets the search string as a path component, anything after a slash is ignored by nodereference autocomplete. This patch changes the search string to come from the end of $_GET['q'] instead of a single path component, which makes nodereference return the correct results on searches with slashes.

CommentFileSizeAuthor
autocomplete_slash.patch1008 bytessreynen