By bendqh1 on
I want to find all nodes which have the field label "SOME NAME".
Things I have tried
- I went to the website's search box and searched for "SOME NAME" (with and without quote marks), but I didn't find any node containing such field label so I figured that the search box is not the way to find such nodes.
- I have tried to go to /admin/structure/types/manage/CONTENT_TYPE/fields/node.CONTENT_TYPE.field_SOME_NAME/delete not to actually delete the field type but just to maybe get a list of nodes containing data by that field type but I didn't get any such list.
My question
How to find all nodes which have the field label "SOME NAME"?