Hi all,

I recently installed Drupal 6 RC1 to create a story website.
I love the changes that are made. Great thinking :)

However, when I started entering the terms, I stumpled upon a problem in the term_data table. There is a UNIQUE index on vid/name.
I tried to enter a structure as follows:

Category
------------
- Teenagers
-- Fiction
-- Crime
-- Horror
-- Sci-Fi

- Adults
-- Fiction
-- Crime
-- Horror
-- Sci-Fi
-- Sex

etc

In Drupal 5.x, this was no problem. In version 6 however, I am not allowed to create two terms within the same vocabulary having the same name, although they have a different parent. I am able to select 'Teenagers' as well as 'Adults' as a parent of 'Fiction', but this will cause problems if I click the term Fiction when I am in the Adult section. (all stories from Adults and Teenagers are selected).

Any help?