title likely doesnt make much sense.. but my guess is this module simply changes the AND used with 2 contextual filters rather than ORing to contextual filters.. is this correct?

to better explain:

filters:
filter1 = nid
filter 2 = noderef nid

url: mypage/arg1/arg2

this would typically be arg1 AND arg2; and i think this module changes that to arg1 OR arg2?

what i am looking for is:

url: mypage/arg

and arg is used for filter1 or filter2

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

m.lebedev’s picture

hello, liquidcms!

I do not quite understand you. Could you clarify? You want to use one argument to filter results? Or am I wrong?

liquidcms’s picture

yes, one arg to be used by 2 filters... but i have figured it out. thanks.

m.lebedev’s picture

Look at my example of views.
Views is filters results by using one argument.

Example views
Example page

m.lebedev’s picture

FileSize
84.57 KB
m.lebedev’s picture

Status: Active » Closed (works as designed)