Does anyone know why when creating search filters in SuiteScript 2.0, some fields work with
search.Operator.IS while others only work with search.Operator.EQUALTO? I had a weird issue where I was trying to filter transactions by a specific value in a text field using
search.Operator.IS but the filter was essentially being ignored until I switched to search.Operator.EQUALTO