GREP search failed to match all text in a story
We use to be able to search all text in a story by using this (?s).+ code. It’s working fine in CS6. But in CC2019, 2020, and 2021 on both Mac and Windows it will fail to select all text in the story if there is more than ~ 50000 character. Only the first ~ 50000 will be selected.
This might be related to an old bug that was introduced in 14.0.2 that was fixed in 14.0.3.
Steps to Reproduce:
1. Create a document with one story containing more than 50000 characters
2. Do a GREP Find using (?s).+
A similar issues when trying to use \X+ to select all text in a story. Only some portions of the text over multiple of ~ 50000 text will be selected.
Thanks for reporting. We will review the issue
-InDesign Team