Problem/Motivation
I noticed that the dev version of the Search and Replace Scanner module stopped returning results when scanning fields of type “Text (formatted, long)”.
I tested the same case with version 2.0.0-beta1, and it works correctly, the issue only occurs in the latest dev release.
Steps to reproduce
1. Install the latest dev version of the module.
2. Create a content type with a field of type Text (formatted, long).
3. Add content that includes a searchable string.
4. Run a scan for that string.
Proposed resolution
Adjust the field scanning logic in the development branch so that it correctly handles fields of type Text (formatted, long).
Comments
Comment #2
ivangelo commentedComment #3
grask0 commentedHello ivangelo,
Thanks for the issue. I tested it on the updated dev branch and everything works correctly.
I wasn’t able to reproduce the bug.
Please try testing on the latest version, it should work fine.
Comment #4
damienmckenna(correct status)
Comment #5
smustgrave commentedSince there's been no follow up going to close out. If still a bug in the latest 2.0.x please re-open.