The current argument separator (a comma), is not totally compatible with the argument syntax in Views 2, which allows arguments to be OR'd together using commas, or AND'd together using +.
A comma separated list of arguments in Views 2 is a single argument:
e.g '23,6553,7' is argument '%1'
whereas when sent from an insert view you get the following
'23,6553,7' is '%1,%2,%3'.
Is it worth releasing an Insert View 6.x-2.0 which changes comma-separated to '/' separated?
Possibly, the patch from http://drupal.org/node/419880 could be used as a basis. By removing legacy Insert View handlers, the module could be come much more useful.
Comments
Comment #1
pasqualle