Answered
How to search All Documents
Hi All,
I have one doubt. Please help me.
I am using the below code for find the text in document:
app.findTextPreferences=NothingEnum.NOTHING;
app.findTextPreferences.findWhat = "Sample text for finding";
var findCount = app.activeDocument.findText();
alert(findCount.length);
I don't know to find the all opened document. See below screenshot for more details:

Thanks,
Magesh
