They do not appear in a search under WooCommerce->Customers but those names do appear in WordPress->Users.
That’s what I’m starting to realize. It’s from another developer.
That made it work!
But now I’ve encountered another situation. The column that’s being searched is full of numbers. The range of numbers can go from 1-1,200. If I type in 25 (for example), it returns the results for the rows that have 25 in the first column along with all the rows that have 125, 225, 325, 425, etc etc. How can I show only the search criteria that’s entered and exclude the rows that aren’t relevant?
When I use that custom command, it removes the search box and displays the entire table without pagination even though I have pagination and search check boxes enabled.