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

cancel
Showing results for 
Search instead for 
Did you mean: 
ffd4229
Active Member

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

Jump to solution

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 Solution

Accepted Solutions
cesarista
Customer

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

Jump to solution

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 solution in original post

3 Replies
cesarista
Customer

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

Jump to solution

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
Active Member

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

Jump to solution

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
Active Member

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

Jump to solution

I could.

Put xml file for

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

and restrat.

thanks.