alfresco search Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2020 07:26 AM
Hi,
We are currently using Alfresco v 5.2 that we have deployed on a Tomcat server.
We are using the v0 web script as shown below
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2020 12:42 PM
// Supplied as json in the standard Alfresco Forms data structure:
// prop_<name>:value|assoc_<name>:value
// name = namespace_propertyname|pseudopropertyname
// value = string value - comma separated for multi-value, no escaping yet!
// - underscore represents colon character in name
// - pseudo property is one of any cm:content url property: mimetype|encoding|size
// - always string values - interogate DD for type data
// - an additional "-mode" suffixed parameter for a value is allowed to specify
// either an AND or OR join condition for multi-value property searches
Why not use the rest api, it is recommened
alfresco/api/-default-/public/search/versions/1/search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2020 01:10 PM
We are working with angular .we are in fact using Alfresco JS API library, but we could not found a way to use it with java backend this pushed us to use the v0 web script .
REST API it is possible with JSP ?? lien
And thank you for your previous answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2020 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2020 05:01 AM
Hi ,I have already worked with these services in javascript but I'm looking for a solution with the java language(example cmis) that's why I just used the predefined web scripts with alfresco repository it works for me only with the search web script I have a problem like I told you previously
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2020 05:12 AM
I guess you just need to escape your query param...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2020 11:26 AM
really i am stuck especially that the code works correctly in the past except that i reinstall alfresco !!!!
