I'm using Views 6.x-3.x-dev.
I set my noderef autocomplete to return a result set from a view. I then create a view with only the title field. If I uncheck the "link this field to its node" option for that title field, only one record is returned for the autocomplete. With the "link this field to its node" option checked it returns the expected number of fields.
A workaround I'm using is to include 2 title fields in the view. The first one has the "link this field to its node" option checked, but is excluded from the view. The second has the "link this field to its node" option unchecked. This configuration returns the expected number of fields, with the titles listed without links.
It seems like it would be important to have the list not be links, since users would frequently click the link while trying to make a selection.
Please let me know if you need any more information.
Thanks!
Comments
Comment #1
blisteringherb commentedI'm running Views 6.x-3.0-alpha3 and CCK 6.x-3.0-alpha3 and running into this problem as well. The workaround works, but I figured I'd put in my .02.
Comment #2
markplindsay commentedI encountered this issue too. Thank you for posting the workaround.