the ajax completer doesn't work with node titles that contain "/" - it will not allow 2 nodes to be referenced

Comments

Josh Benner’s picture

This appears to be occurring because Drupal's autocomplete code javascript does not encode '/' when sending the request URL for the autocomplete results. I'm taking a look now, but I may make the results sent to the autocomplete simply remove '/' or replace it with something less disruptive.

Josh Benner’s picture

Assigned: Unassigned » Josh Benner
Status: Active » Fixed

Fixed in 5.x-1.1: '/' is replaced with '[slash]' in autocomplete field contents. Looking for opinions on this: Should it be replaced like this, or just removed to save space?

aeronox’s picture

IMO, just remove it. It will still show up when viewing Nodes, which is the important thing.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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