Dell DX6004S DX Content Router Setup and Configuration Guide - Page 21

olderThan'Tue, 16 Oct 2007 00:00:00 GMT

Page 21 highlights

olderThan('Tue, 16 Oct 2007 00:00:00 GMT') olderThan('365d') matches('.*filename\s*\=.*\.txt.*') contains('.txt') intValue() != 0 (not contains('.txt')) and olderThan('365d') and contains('caringo') (not contains('.txt')) and olderThan('365d') and contains('caringo') contains('someStringValue') 5.3.4.2. Exists Clause Copyright © 2010 Caringo, Inc. All rights reserved 17 Version 2.2 December 2010

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43

Copyright © 2010 Caringo, Inc.
All rights reserved
17
Version 2.2
December 2010
<filter header=”headerName”>
olderThan('Tue, 16 Oct 2007 00:00:00 GMT')
</filter>
</select>
<select name="subscriptionName1">
<filter header=”headerName”>
olderThan(‘365d’)
</filter>
</select>
<select name="subscriptionName1">
<filter header=”headerName”>
matches('.*filename\s*\=.*\.txt.*')
</filter>
</select>
<select name="subscriptionName1">
<filter header=”headerName”>
contains('.txt')
</filter>
</select>
<select name="subscriptionName1">
<filter header="headerName">
<![CDATA[
intValue() < 50000
]]>
</filter>
</select>
<select name="subscriptionName1">
<filter header="headerName">
intValue() != 0
</filter>
</select>
<select name="subscriptionName1">
<filter header=”headerName”>
(not contains('.txt')) and olderThan(‘365d’) and contains(‘caringo’)
</filter>
</select>
<select name="subscriptionName1">
<filter header=”headerNameXXX”>
(not contains('.txt')) and olderThan(‘365d’) and contains(‘caringo’)
</filter>
<filter header=”headerNameYYY”>
contains(‘someStringValue’)
</filter>
</select>
5.3.4.2. Exists Clause
<select name="subscriptionName1">
<exists header=”headerName”/>
</select>
<select name="subscriptionName1">