Hi,
you have to use the
attribute_value_filter option of the
condition_class parameter. As
parameter_string you have to specify a condition. Whenever an example does not fulfill the condition, it is filtered from the example set. The following code should work for your example.
<operator name="ExampleFilter" class="ExampleFilter">
<parameter key="condition_class" value="attribute_value_filter"/>
<parameter key="parameter_string" value="Fire<>0"/>
</operator>
Hope that helps,
Tobias