I attempted to override the behavior using WordPress hooks such as woocommerce_product_query_meta_query and posts_search. While these work partially for standard WooCommerce search, they do not affect the AJAX-based search used by Woodmart, which still appears to return products based on the ID.
Therefore, I would appreciate if you could:
Confirm whether the default Woodmart search logic includes matching by product ID.
Provide a clean way (e.g. hook, filter, setting, or code override) to disable ID matching while still allowing title and SKU to be searchable.
I am using the latest version of Woodmart and WooCommerce.
Thank you for your time and support. I look forward to your guidance on this.