views

Missing Taxonomy Terms in Views

Seems like this little critter from back in 2008 has found it's way back into the views module!

Symptoms

  • One term is dissapearing from your list
  • It is always the term that should come first alphabetically, adding another term that ranks higher in the alphabet just makes the new term dissapear

Solution
Apply the patch below

*** views_taxonomy.inc.orig 2007-12-06 18:53:07.000000000 +0000
--- views_taxonomy.inc 2007-12-06 18:53:21.000000000 +0000
***************
*** 240,248 ****

Read the rest of this entry ยป

Duplicate Nodes in Views

Views & CCK fields may not always produce the desired results. Currently there are 2 known problems. One being with showing random results and one where you filter on a CCK field that can have multiple values.

Random sort bug:
http://drupal.org/node/140061#comment-1043325

Multiple values bug:
http://drupal.org/node/140061#comment-1530618