while at the woocommerce order page, it show
Notice: Undefined index: post_type in /.../wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php on line 848
this is the code for line 848
public function search_custom_fields( $wp ) {
global $pagenow;
if ( 'edit.php' !== $pagenow || empty( $wp->query_vars['s'] ) || 'shop_order' !== $wp->query_vars['post_type'] || ! isset( $_GET['s'] ) ) { // WPCS: input var ok.
return;
}