<option value="item_count" i18n>Item count</option>
<option value="estimated_unit_price" i18n>Estimated unit price</option>
</select>
- <label for="filter-operator-select" class="form-check-label mr-1 ml-1">using operator:</label>
<select name="filter-operator-select" id="filter-operator-select"
[(ngModel)]="filterOperator" (ngModelChange)="filterOperatorChange($event)"
class="form-control">
<option i18n value="__in">matches a term from a file</option>
-->
</select>
- <label for="filter-value-input" class="form-check-label mr-1 ml-1">with value:</label>
<input *ngIf="searchTermDatatypes[filterField] != 'state'" type="text" name="filter-value-input" id="filter-value-input" [(ngModel)]="filterValue">
<eg-combobox *ngIf="searchTermDatatypes[filterField] == 'state'"
[asyncSupportsEmptyTermClick]="true"