See the issue that started here: http://drupal.org/node/452828
The backlinks view shows other nodes that link to the current node. It works off of the drupal search index and looks for links formetted like
Merlinofchaos suggests:
I think that would require freelinking (or maybe something on behalf of freelinking) implement hook_search to translate freelinks so that search gets the right information. Actually it's probably nodeapi $op = 'search'. Once search has the right information, Views can take advantage of it.
Comments
Comment #1
GregoryHeller commentedi'm closing this because i forgot to use a code tag in the description and thus it is malformed.