In reply to:Q: I think a good use for search is not just for the end user, but with in content apps themselves.I would like to use search to retrieve content based off metadata, rather than walking the filesystem.Would my assumptions in efficiency be correct?1st Search2nd Content Services recursive vpath walking3rd Recursive file system walkingA: I am not sure I understand this question. There are Content Services APIs whereby you can issue queries that search across metadata and these result in a set of files based on the relevance rank of the search. This API is applicable for a specified branch and it applies the search query across all files in that branch. We currently do not support searches across multiple branches but expect to do so in a subsequent release.