My first few scripts used `contains` in searches w...
# suitescript
s
My first few scripts used
contains
in searches where I could have used
is
instead. Changing the filter operator improved my search times from several seconds down to just a few milliseconds.
👍 3