We have a noderefrence field for companies which contain names like "Foo + Bar (GmBH &Co), City". Typing "Foo " in the autocomplete field will display the correct result list, then adding the "+" (so we have "Foo +") returns nothing.

How to reproduce:

  1. Drupal 6.24 with CCK + noderefernce enabled
  2. Create 2 or 3 nodes of type "page" and name them "Foo + Bar (GmbH & Co), test" and so on
  3. Add a noderefrence field to contenttype "story" with "Autocomplete matching" = "Contains" and allow refering to "page"
  4. Create a "story" node and start typing as described above

Any idea, what's going on? As mentioned in this issue http://drupal.org/node/533288, this should not be an encoding problem, but it looks like one for me!?

Regards

Comments

JensH’s picture

Any suggestions?