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.
Comments
Comment #1
ezra-g commentedThere's no patch here :).
Comment #2
bmcmurray commentedOh man! I had attached one, not sure what happened to it.
Here it is again.
Comment #3
gnindl commentedI applied the patch of #2 successfully. It is an easy one and should do the trick by retrieving and interpreting the argument directly.
Comment #4
ezra-g commentedCommitted, thanks!
http://drupal.org/cvs?commit=471714
Comment #5
ezra-g commentedCommitted to HEAD. Thanks!
http://drupal.org/cvs?commit=474698