navrocky / urtconnector

Automatically exported from code.google.com/p/urtconnector
0 stars 0 forks source link

Cannot use Ping filter inside Custom filter (results get erroneously filtered) #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Build top-level filters as desired (in my specific case, one composite "AND" 
filter including several typical things - version, game mode, hide 
full/empty/private servers, ping <= 150)

Create custom filter with some filters inside (in my specific case, an "AND" 
composite filter containing "hide empty servers," "hide full servers," and 
"hide private servers").  Thus far all works.

Now add ping <= 150 to custom filter.  All servers disappear.

Playing around with it further, I found that using a >150 limit caused some 
results to re-appear, and re-loading the results allowed even some results to 
appear with ping <150, but the set was always well short of the full set that 
should appear.  For example, with 30 servers matching all other criterion and 
between 1 and 150ms ping, applying Ping <= 150 inside a custom filter trimmed 
the results to 6 servers with pings between 100 and 125 (missing all the 
results below 100ms, none existed above 125)

Removing Ping from the custom filter and putting it back in the main filter 
tree restored correct filter results.

Original issue reported on code.google.com by HonoredM...@gmail.com on 29 Jun 2013 at 1:29