search - How can i enable only latest version searchable in alfresco? -


how can make latest version searchable in alfresco repository? e.g. if content named abc.doc has version 1.0 & 2.0; how can make alfresco search find abc.doc version 2.0 in search?

thanks help.

this default behavior. latest version indexed. aside proving through test, can use cmis query repository's capabilities. reports "allversionssearchable" false.

>>> repo.info['productname'] u'alfresco repository (contenturl=|mimetype=|size=0|encoding=|locale=en_us_|id=120)' >>> repo.info['productversion'] u'4.2.0 (4576)' >>> repo.getcapabilities()['allversionssearchable'] false 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -