BigCommerce export set search parameter for name to filter

I am probably way overthinking this but can anyone help me with a search parameter for the “name” field on a BigCommerce export where the name contains a certain string?

Flip to REST API view, then change the relative uri to use name:like=theStringYouWant.

@tylerlamparter You da man Tyler! Thanks.