I am trying to write a script to compare two saved...
# suitescript
b
I am trying to write a script to compare two saved searches to see if they are equivalent. Right now I am breaking each search down to its components of title, filters, and columns. For filters, I can get down to each filter, but comparing them seems impossible. search.Filter1 == search.Filter2 will always fail. I can't even compare down to their elements because I can't access the values component.