I am trying to: use the 'Scan' button on each line of the 'Views' list to see where different Views are being used.
Link to a page where the issue can be seen: hidden link
I expected to see: the title(s) of the page(s) where the various Views are being used. (These display for published posts that are not marked 'Private'.)
Instead, I got: the text "Nothing Found".
It's basically any state but "publish" that is not found on that scan.
It's on purpose, as the Code tells, the SQL Query:
"WHERE post_status = 'publish'"
This is in order to avoid any performance hits.
I can if you want file a request to enhance the query by few single post states.
But I cannot guarantee that this will be added.
Do you use the scanner often?
I am interested in the usage case, so I can outline the need of this to the Developers.