2021.1

Table Of Contents
<option value="DATASETS">Data Sets</option>
<option value="CONTENTITEMS">Content
Items</option>
<option value="CONTENTSETS">Content
Sets</option>
<option value="JOBS">Jobs</option>
<option value="JOBSETS">Job Sets</option>
</select>
</div>
</fieldset>
<fieldset id="search">
<legend>Search Rules</legend>
<div class="form-only">
<label for="rule-type">Rule Type
Selector:</label>
<select id="rule-type">
<option value="NONE">No Rules</option>
</select>
</div>
<div id="RULESET" class="rule">
<label for="rule">Rules:</label>
<div id="rule" class="rule-body">
<div class="sub-rules">
<label>No Rules</label>
</div>
<div>
<label for="condition">Rules
Condition:</label>
<select id="condition">
<option value="ALL">Match All
Rules</option>
<option value="ANY">Match Any
Rule</option>
<option value="NOTALL">Not Match
All Rules</option>
<option value="NOTANY">Not Match
Any Rule</option>
</select>
</div>
<div class="form-only">
<input id="add-rule" type="button"
value="Add Search Rule">
</div>
Page 186