There is a long standing problem with the Drupal autocomplete not working with search parameters that include a / (slash). See: http://drupal.org/node/93854

That said, there is not yet a fully supported solution. I needed to be able to use the autocomplete title search to work with node titles that have slashes, so I quickly modified nodequeue_autocomplete to follow the example of comment #8 in the referenced issue.

This is not the best long-term solution, so I wouldn't suggest folding it into the main module, but I thought I'd provide a patch if someone else needs this to function in the short-term.

Patch is against Nodequeue 6.x-2.9.

CommentFileSizeAuthor
#2 nodequeue_autocomplete_slashes.patch748 bytesbmcmurray

Comments

ezra-g’s picture

There's no patch here :).

bmcmurray’s picture

StatusFileSize
new748 bytes

Oh man! I had attached one, not sure what happened to it.

Here it is again.

gnindl’s picture

Status: Active » Reviewed & tested by the community

I applied the patch of #2 successfully. It is an easy one and should do the trick by retrieving and interpreting the argument directly.

ezra-g’s picture

Title: Slashes in autocomplete search » Autocomplete fails with node titles containing slash
Version: 6.x-2.9 » 7.x-2.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)
ezra-g’s picture

Status: Patch (to be ported) » Fixed

Committed to HEAD. Thanks!
http://drupal.org/cvs?commit=474698

Status: Fixed » Closed (fixed)
Issue tags: -autocomplete

Automatically closed -- issue fixed for 2 weeks with no activity.