Here is a hypothetical approach to Termination by Draw archive query, though the wording could use some work:
Possible draw drop down choices, (missing Insufficient material entry and 50 move entry)
Here is a hypothetical approach to Termination by Draw archive query, though the wording could use some work:
Possible draw drop down choices, (missing Insufficient material entry and 50 move entry)
We've added this suggestion to our plans to add; I do not have a time frame when we might expect it though.
Suggestion changing the Termination field composition:
In thinking about querying the Termination field it may make it easier if the field specified the color instead of the name. Instead of
Termination: jas0501 won on time
an improved alternate would be
Termination: White won on time
This may make composing queries to find all games lost on time easier:
Game="Lost" and
((Color="White" and Termination="Black Won on time") or
(Color="Black" and Termination="White won on time"))
Suggestion changing the Termination field composition:
In thinking about querying the Termination field it may make it easier if the field specified the color instead of the name. Instead of
Termination: jas0501 won on time
an improved alternate would be
Termination: White won on time
This may make composing queries to find all games lost on time easier:
Game="Lost" and
((Color="White" and Termination="Black Won on time") or
(Color="Black" and Termination="White won on time"))
This is available in beta now. You can search by termination type and just don't change the color parameter to give both colors.
A new game information field has been added to Beta. The termination field. It is displayed in game Info tab and and in Analysis Details tab:
This termination status is a nice addition and hopefully will be displayed as a field in the archive listing and also offered as a filter in the archive search.
Currently I think the implemented values are:
On could imagine clever icons for each of the bold keywords above display as a column in the archive. Then one could filter the archive on games lost by checkmate for easy review.
Discussion question:
Should the Game drawn terminations be more refined and include player color?
For example Game drawn by stalemate does not indicate which king was stalemated. Also in the future doing a query on by stalemate won't permit easy review of the games where my opponent was stalemated.
Maybe
Does anyone else have some thoughts on the matter?