Quantcast
Channel: Alfresco Forums - Alfresco API
Viewing all articles
Browse latest Browse all 252

Aspects & indexing

$
0
0

I've added an aspect to the site (in .js file: site.node.addAspect("x:newAspect", props)). This aspect is defined in the model definition file on the server.

<aspect name="x:newAspect">
<title>Activity</title>
<properties>
<property name="x:actOrganisationUnit">
<type>d:text</type>
<mandatory>true</mandatory>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
[...]
</aspect>

It seems, that Alfresco can't find the site by values of this new aspect. I'm talking about the search in the right upper corner.
The same problem occurs in SiteFinder menu.

What can I do about it?

Regards.

D.

5.0.d

dku


Viewing all articles
Browse latest Browse all 252

Trending Articles