Changes
For string criteria, instead of checking for the equality, {{UBIK}} does the following.
* Split the string value defined in a criterion by spaces ({{Code| }}) if possible;
<tabs>
<tab name="Since version 3.5">
* {{Version/WinXSince|3.5}} All of these sub strings must be a part of the string value of the target property in order for the candidate to be a match.
For example, candidate object with a name {{Code|PU112 PD112}} is considered as a match under a name criterion with the value {{Code|PU PD}}, but {{Code|PU112}} is not.
</tab>
<tab name="Older versions">
* As long as at least one of the sub strings is a part of the string value of the target property, the candidate is a match.
For example, candidate objects with names {{Code|PU112}} and {{Code|PD2115}} are both considered as matches under a name criterion with the value {{Code|PU PD}}.
</tab>
</tabs>
<headertabs />
[[File:UBIK_WinX_UI_Offline_Query_Ranged_Double_Criterion.gif|thumb|Ranged criterion for double]]