Using Drupal 5.10 and Views 5.x-1.6.

I create a new vocabulary V for Pages, then add say 3 terms to it, 'a', 'b', and 'c'.

I create a view and add a filter 'Taxonomy: Terms for V'. I see only terms 'b' and 'c' in the list of possible terms to filter on.

If I rename 'a' to 'z', then I only see 'b' and 'z' in the list. So the view seems to not be picking up the first term (alphabetically, not tid).

Work around: add a dummy term 'aaaa do not use'.

I have tried clearing the Views cache.

Comments

kamleshpatidar’s picture

have u solved it? i am facing view problem when i upgarde to drupal 5.10
kamlesh patidar

ugerhard’s picture

Project: Drupal core » Views (for Drupal 7)
Version: 5.10 » 5.x-1.6
Component: taxonomy.module » Code
Status: Active » Closed (duplicate)

This is a know issue with views 1.x, see #199675: Missing taxonomy terms in filters. This issue also contains a patch to fix the bug.