Active
Project:
DB Tuner
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2010 at 17:26 UTC
Updated:
14 Sep 2010 at 21:25 UTC
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
Comment #1
mikeytown2 commentedview 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.
Comment #2
jrockowitz commentedMy 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