hi,
i am trying to create a new classification for our system, i need some help.
step 1) i created a container type node (name: categorycontainer).
step 2) i created a root category under it ( name: questions).
step 3) i created a category under it (name: java).
now i defined an aspect.
<aspect name="que:categoryquestion">
<title>General Classifiable</title>
<parent>cm:classifiable</parent>
<properties>
<property name="cm:categories">
<title>Categories</title>
<type>d:category</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
<index enabled="true">
<atomic>true</atomic>
<stored>true</stored>
<tokenised>true</tokenised>
</index>
</property>
</properties>
</aspect>
i am applied the aspect and category java to a node. now when i search for the node using luce path based search i dont get any thing.
am I, in the right track or do i have to do any thing different.