View displaying Taxonomy Terms from Vocabulary with at the moment 5 terms.
One of these are not supposed to be shown, so I try to use the "Taxonomy: Term ID" filter, choosing the "NOT" option and the term not to be shown.
Problem is, it times out. The "ajax preview query" times out as well as the page and block displays of the view. It doesn't matter which term I filter out, nor how many terms.
The "OR" option works fine, though.
I guess it would be easier to know what's going on if I can get the query. I tried the devel module, but it only logged queries after they'd got answered...
Comments
Comment #1
augustekman commentedI didn't manage to get this working, even setting up a separate XAMPP server with drupal having just taxonomies and views didn't make any difference.
After some more testing I found the lines of code where everything gets stuck.
Line 569-574 in includes/handlers.inc
I guess this is a bug, so I'm changing status.
At this moment, variables look like this:
$r_join
$base_table
Comment #2
jennycita commentedMarked http://drupal.org/node/749476 as a duplicate of this issue. Problem is happening with the latest version of the code and even when the filter is not exposed.
Comment #3
jennycita commentedAlso marked http://drupal.org/node/645198 a duplicate of this issue.
Comment #4
dawehner@jennycita
Thanks for duplicating issues!
You should not only look at the oldest issue, you should also look at the best bug reports. The other ones has export of the views.
Comment #5
stinky commentedJust wondering the status on this issue. I am using "IS NONE OF" on a CCK Taxonomy Field (see Snap1.gif), and instead of running the query as "IS NONE OF", it's running the query as "IS ALL OF" (Snap2.gif and sql-query.txt).
Comment #6
iamjon commentedas this issue has been combined with several others, can someone who is following this thread please update if this has been addressed. if not please provide instructions on how to duplicate using basic content types and an export.
@stinky, thank you for the information unfortunately it's un relatated to this specific issue, please open a new issue explaining what is happening and what you want to achieve.
marking this as postponed
Comment #7
iamjon commentedI'm marking this as closed. Please feel free to reopen with more information.
Comment #8
richsky commentedHi there,
Having the same issue here. When setting say a new display for taxonomy terms, with an argument, your results as field, using terms and node nid (I wanted the term to link to it's node):
Shouldn't we have something like:
Hope this help.
Comment #9
tommeir commentedthis solution doesnt work for me.(in my case i only have 1 term inside that vocab).
using content taxonomy instead and thus shifting the filter handling problem to cck seems to do it.
Comment #10
couturier commentedMost people are working in Drupal 7 now, and Drupal 8 is less than a year from release.