Versions Compared

Key

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

...

Retrieve all the messages except those where the text contained some string - this uses the '!' (not) operator.

Code Block

:!(text like 'SIPMAIN')

Retrieve all Eg NOT containing DpSlc or physicssMatlab:

...

Code Block
:!(facility like 'DpSlcKlys' || facility like 'Alarm' || facility like 'physics') || facility like 'ChannelWatcher'

Here's an example having cut out SIPMAIN.

Programmers' Notes

To build on production

...