cancel
Showing results for 
Search instead for 
Did you mean: 

catogory creation

pmarreddy
Champ in-the-making
Champ in-the-making
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.
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

You are on the right track.

Can you post more detail about the nodes you have created, thier childnames etc and the query you are using?

Regards

Andy