Nice widget.

Is it possible to not show [nid: xx] on the autocomplete field? And only have the title visible?

Comments

Josh Benner’s picture

This is the same thing that nodereference does, though I would like to see this as well. Here are the challenges:

  • Nodes with the same title conflicting - It will (now) take the first match if there's no [nid: xx]
  • We could get around that if we did some javascript to store the node IDs, but this would require modification or replacement of the autocomplete JS, and that could get messy real quick
Josh Benner’s picture

Priority: Normal » Minor
Status: Active » Closed (won't fix)

Effort to resolve this isn't worth it, IMO. I hear Drupal 6 will bring some features that may make this easier. Perhaps in another iteration.