How to search contents of editable text web parts

Don Rea asked on April 4, 2022 20:48

Apologies if my tags are confusing, but I really don't know how to tag this question. I need to find any editable text web parts on our site (Kentico 11), if any, containing a specific substring. I'm imagining there's no way to do that through the UI and I'll have to search some column or columns in the database. Is there a way to do this through the UI? If not, where in the database are the contents of editable text web parts recorded?

Correct Answer

Juraj Ondrus answered on April 5, 2022 06:06

If you will create a smart search index, then you can use the search in the pages app - use the search icon above the content tree and select your index or use SQL search. (but, the default SQL search should do the same trick). Otherwise, the content of editable text web parts is stored in CMS_Document table, DocumentContent column.

1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.