Unable to locate resource resource for :search

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

Unable to locate resource resource for :search

When I send a request for POST http://{{ip}}/alfresco/api/-default-/public/search/versions/1/search using Spring Cloud Feign, I'm getting 404 Not Found "09270017 Unable to locate resource resource for :search ". Why?

{
  "query": {
    "query": "select * from cmis:folder",
    "language": "cmis"
  }
}

 

1 Reply
cesarista
Customer

Re: Unable to locate resource resource for :search

Hi:

You may try this query in Alfresco Node Browser with language cmis-strict or cmis-alfresco languages. Try language any of cmis-strict or cmis-alfresco.

Also with CMIS workbench you can debug CMIS queries. An old link but still useful:

https://www.zylk.net/es/web-2-0/blog/-/blogs/how-to-check-alfresco-cmis-queries

Regards.

--C.