cancel
Showing results for 
Search instead for 
Did you mean: 

keyword open search webscript

future_healthca
Champ in-the-making
Champ in-the-making
Hi everyone,

I am trying to use keyword open search to retrieve all the documents with a specifica metadata.

for exemple:

http://localhost:18080/alfresco/service/search/keyword.html?q=ephesoft%3Anome%3Aana   (ephesoft:nome:ana)

Dispite directly in the keyword search in alfresco i get 5 results, in here i get 0 results…

Is there a way to use document properties (cm:name for exemple) in keyword search?

If not, how to search documents by one of its metatags? (very important!!!) Smiley Happy

Thank you
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
The search term should be like this

q=@ephesoft\:nome:ana

future_healthca
Champ in-the-making
Champ in-the-making
The search term should be like this

q=@ephesoft\:nome:ana

mitpatoliya thank you very much for your reply, but it doesnt seem to work Smiley Sad.

it says:

Results 0 - 0 of 0 for @ephesoft\:nome:ana visible to user admin.

… is there any other way to use keyword WScript to search in document properties or i will need to create my own WScript?