I've had a few requests to find the pages where class "X" is being used and tried using the search function included in Drupal.
The search seems to only go through the text of a node, and not the HTML of the body field.
Is it possible to do this? Is there a module that has this kind of functionality? Or do I pretty much need to do a db_query on the body field of all nodes to find it?
A module or baked-in ability to find HTML would really save me some time if you're aware of any. D6 and D7 answers are appreciated.
Thanks!