I still get this: ``` {"type":"error.SuiteScriptEr...
# suitescript
s
I still get this:
Copy code
{
  "type": "error.SuiteScriptError",
  "name": "SSS_INVALID_SRCH_OPERATOR",
  "message": "An nlobjSearchFilter contains an invalid operator, or is not in proper syntax: companyname.",
  "stack": [
    "each(N/searchObject)",
    "onRequest(/SuiteScripts/repo/suitelets/Search.js:29)"
  ],
  "cause": {
    "type": "internal error",
    "code": "SSS_INVALID_SRCH_OPERATOR",
    "details": "An nlobjSearchFilter contains an invalid operator, or is not in proper syntax: companyname.",
    "userEvent": null,
    "stackTrace": [
      "each(N/searchObject)",
      "onRequest(/SuiteScripts/repo/suitelets/Search.js:29)"
    ],
    "notifyOff": false
  },
  "id": "",
  "notifyOff": false
}