I'm currently working with the search-part of the EWS and i'm running out of time. Hope someone can give me some help so that i hopefully can finish my work today.
I've managed to find documents now by using the following ResultSetSpec "where1=\"OTCreateDate\" : qlrange \"20100619~20100715\""
What i need now is either an answer if the following things is possible or how to supply it as a ResultSetSpec-string:
1. Who created the document. Is it possible to search by firstname and lastname(seemed like it was only possible to search by username).
2.File description
3.Include search for both folders and documents
4.Searching within a specific location specified with "/folder1/folder2"
5.Category descriptions and values
6. How to supply all of the above in one searchstring.
Hope someone can help me out because i don't have time to experiment with the querystring any more.
Thanks in advance.