cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco query setting

edwin_guo
Champ in-the-making
Champ in-the-making
Hi all,

I want to query a file that the tag name is "test file " via alfresco API, but it query all files that the head name is "test" on the tag. How should I do?

Thanks!

Best Regards!
2 REPLIES 2

bchevallereau
Champ in-the-making
Champ in-the-making
Hi,

I'm not sure to completely understand your need. Which API do you use ? webscripts ? JAVA ? JS ?
If you use webscripts, you can use this one one Share:
/share/proxy/alfresco/slingshot/doclib/doclist/all/node/alfresco/company/home?filter=tag&filterData=test

Ben

andy
Champ on-the-rise
Champ on-the-rise
Hi

Either you want AND.
Or to use
=name:"Some phrase "
for identifier matching rather than FTS matching

You will have to set the tag field to toeknised both in the DD.

Andy