Hi, one question, when loading a search using `sea...
# suiteanalytics
i
Hi, one question, when loading a search using
search.load()
if the search already has a criteria, lets say
type: salesorder
and we add a filter like
new nlobjSearchFilter('item', null, 'anyof', arrItem))
, does the criteria uses just the filter we added coding it or it adds it to the criteria already defined?