I'm using the LAPI to run searches with a query like:"(OTData

"" + llsq.getQuery() + "\") AND (OTLocation

"" + llsq.getFolder().getKey() + "\")"... and a select list like: LLValue vSelectList = new LLValue().setList(); vSelectList.add("OTName"); // Object Name vSelectList.add("OTObject"); vSelectList.add("OTSummary");Works great except that folders do not appear in the search results. Only document objects. How can I reproduce the sort of results we get from the web client?