Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The second expression excludes any strings containing the word "BLOCK".


The total excluded segments shows up in the results in property segmentsSkipped: In the example below, the push contains 1 segment which is skipped. Therefore no content is updated actually.

Code Block
{
  "ts": "2019-05-29T13:24:54.7985528Z",
  "success": true,
  "errors": [],
  "mode": "partial",
  "source": {
    "segmentsTotal": 1,
    "segmentsErrors": 0,
    "segmentsSkipped": 1,
    "header": {
      "mode": "partial",
      "sourceTextChange": null,
      "targetTextChange": null,
      "targetTextAdd": null,
      "format": "plain",
      "major": "alpha",
      "minor": "2000"
    }
  },
  "updates": {
    "total": 0,
    "totalAdded": 0,
    "totalUpdated": 0,
    "totalRemoved": 0,
    "texts": {},
    "textsMeta": {}
  }
}