cancel
Showing results for 
Search instead for 
Did you mean: 

Where is location search.get.config.xml with Alfresco 5.2

ffd4229
Champ on-the-rise
Champ on-the-rise

Newbie question:

How can I make the searchable custom properties of custom model  in alfresco share?

I can't find locate search.get.config.xml file with Alfresco 5.2.

thanks.

1 ACCEPTED ANSWER

cesarista
World-Class Innovator
World-Class Innovator

Hi:

Take a look inside share services jar file:

cesar@lemmy /opt/alfresco52e $ find . -name search.get.config.xml
cesar@lemmy /opt/alfresco52e $ grep -r "search.get.config.xml" *
Coincidencia en el archivo binario tomcat/webapps/alfresco/WEB-INF/lib/alfresco-share-services-5.2.d.jar

And inside the jar:

alfresco/templates/webscripts/org/alfresco/slingshot/search/search.get.config.xml

Regards.

--C.

View answer in original post

3 REPLIES 3

cesarista
World-Class Innovator
World-Class Innovator

Hi:

Take a look inside share services jar file:

cesar@lemmy /opt/alfresco52e $ find . -name search.get.config.xml
cesar@lemmy /opt/alfresco52e $ grep -r "search.get.config.xml" *
Coincidencia en el archivo binario tomcat/webapps/alfresco/WEB-INF/lib/alfresco-share-services-5.2.d.jar

And inside the jar:

alfresco/templates/webscripts/org/alfresco/slingshot/search/search.get.config.xml

Regards.

--C.

ffd4229
Champ on-the-rise
Champ on-the-rise

Thanks.

I could find it.

But,I can not make the searchable custom properties of custom model.

How can I make the searchable custom properties of custom model  in alfresco share.

ffd4229
Champ on-the-rise
Champ on-the-rise

I could.

Put xml file for

tomcat/shared/classes/alfresco/extension/templates/webscripts/org/alfresco/slingshot/search

and restrat.

thanks.