Hi,
I have a working fulltext search query which finds a text in a folder
map.put("path", path);map. Put("fulltext", matchString);map.put("p.limit", "-1");map.put("p.excerpt", "true");map.put("p.offset", offset);map.put("type", "dam:Asset");map.put("group.p.or", "true"); But this returns the numbe...