First off, this a great module. I just started optimizing my Drupal DB and this module has been a great help.

I use views arguments a lot especially with a contrib modules like 'View attach' (http://drupal.org/project/views_attach).

Would it feasible to also include CCK fields that are being used a views arguments within the list of 'Indexes for Views'?

Thanks,
~jake

Comments

mikeytown2’s picture

view arguments is the next thing to tackle in a bunch of my projects. In your case can you give me an example of a url, the argument and how it was handled?

Example:
node/8/99
view in the node 8 page loaded node 99 as well.

jrockowitz’s picture

My site is not yet live.

On my site I have an 'events' view where I am using a category field as an argument. Then using the viewfield (http://drupal.org/project/viewfield) I am calling this 'events' view with a argument like 'seminars' to only display events associated with 'seminars'.

I am curious if views is so well architectured you might be able to search-n-replace 'filter' with 'argument' within your dbtuner_views_filters_relationshps() function and it would extract the argument relationships.... Nothing is this simple.

Thanks,
~jake