Changes
/* Offline query criteria */
An offline query criterion is essentially a property on the query object. When evaluating a query, every criterion/property is checked against all result candidates (See [[#Technical_background|technical background]]). A candidate is a match if
* it has all the same properties as the offline query;
{{Attention|This is changed in newer versions {{Version/WinXSince|3.6}}. A not found property is just ignored.}}
* and the values of these properties indicate they are relevant according to the query criteria. (Some types have different ways to interpret what makes a value relevant. See below.)
{{Hint|The value checking of a criterion is ignored during query evaluations under any of the following circumstances.
* inclusive greater than (value ⩾ ...);
* inclusive less than (value ⩽ ...).
[[Category:Pages with broken file links|Offline Query (UBIK WinX)]]
[[Category:Version 3.1|Offline Query (UBIK WinX)]]
[[Category:WinX|Offline Query (UBIK WinX)]]
== Technical background ==