Filters for ids

Since you no longer have the option “contains”, the ID is now required.

I do not want to make this compulsory, What should I do ?

in dreamweaver we could choose.

Adriano, you don’t have contains for numeric fields of course.

Just choose a text field and the contains will be available

I have a table in the database,

id
Department_name

in this case the select field, has id as value

but I wish it was not mandatory

<select id="departament_id">
    <option value="">All</option>  <------  
    <option value="1">Car</option>
    <option value="2">Games</option>
</select>

If it is optional just enter a group condition, in the field above the filters (next to and/or)