cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean Properties in Advanced Search

lmoulin
Champ in-the-making
Champ in-the-making
Hello,
I have declared a new custom property:

<property name="my:eco_invalidate">
   <type>d:boolean</type>
</property>

This property is displayed in the advanced search page:

<meta-data type="my:eco" property="my:eco_invalidate"/>

In the advanced search page, If the user doesn't check the property box 'eco_invalidate', the system returns the documents with eco_invalidate=true AND the documents with eco_invalidate=false.

If the user checks the property box 'eco_invalidate', the system returns only the documents with eco_invalidate=true.

How to return only the documents with eco_invalidate=false?

Thanks a lot,
Luc
2 REPLIES 2

gavinc
Champ in-the-making
Champ in-the-making
This appears to be a limitation in the advanced search, i have raised an issue on JIRA for this: http://issues.alfresco.com/browse/AWC-1198

davidc
Star Contributor
Star Contributor