Hi! I have one question regarding Search Conditions. I need to check if a file exists and if it have the _exact_ version I need.
This file is system driver and has the version for example 2.2.0.2500
If I set min field to this value the condition is false ! The same is with maximum version and with both set. Is this behavior correct ? As far I think mix and max version should include these values ?
Further testing showed me that if I set min to 2.2.0 the statement is TRUE but if max is set is FALSE !
Could you please tell me what I am doing wrong ?