The replay vault includes the option to include a minimum rating as a search parameter, the way this search currently works is a bit odd, and doesn't give the results I'd expect.
Current search effect
when searching for a minimum rating of x, games show up where at least ONE player is at least rating x.
example of current search result
searching for games with minimum rating of 2000 could result in the following game showing up:
- Code: Select all
Player A ( 500) vs Player E (2000)
Player B (1700) Player F (1100)
Player C (2200) Player G (1300)
Player D (1300) Player H (1500)
suggested search effect
when searching for a minimum rating of x, games show up where ALL players are at least rating x.
example of suggested search result
searching for games with minimum rating of 2000 would result in games looking like this:
- Code: Select all
Player A (2800) vs Player E (2000)
Player B (3400) Player F (2100)
Player C (2200) Player G (2800)
Player D (4500) Player H (2001)
suggestion: additional search parameter
searching for a maximum rating x, games show up where ALL players are under rating x.
possibly the ability to combine minimum and maximum search options.