Hello @jarviscampbell
I think we’ve been dealing with a few wildcard filtering requests, in the latest days. Not by using Column Expressions node but regex match. We solved your latest topic in a similar way
You can have a look to the following topic (2 days ago) in forum for insights; as I think is very similar problem, but in your case using a complete row instead of a ‘description’
However in the example you show; Why not to use a standard Row Filter?
You may not need to complicate your workflow with logical indexing either. By filtering $vehicle$ == ‘Toyota Etios VXD’ you can achieve the desired output.
BR