<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HowToSortDatabases</title><link>https://sourceforge.net/p/scid/wiki/HowToSortDatabases/</link><description>Recent changes to HowToSortDatabases</description><atom:link href="https://sourceforge.net/p/scid/wiki/HowToSortDatabases/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Sep 2016 14:17:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/scid/wiki/HowToSortDatabases/feed" rel="self" type="application/rss+xml"/><item><title>HowToSortDatabases modified by bstp</title><link>https://sourceforge.net/p/scid/wiki/HowToSortDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bstp</dc:creator><pubDate>Thu, 29 Sep 2016 14:17:03 -0000</pubDate><guid>https://sourceforge.net482ff40c303e0c29680809010dca9db4ffc4f6fe</guid></item><item><title>HowToSortDatabases modified by Fulvio</title><link>https://sourceforge.net/p/scid/wiki/HowToSortDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,13 +1,10 @@
 The games contained in database are showed in the "Game List" window.
-It's possible to open multiple "Game List" windows for a database:
-![](https://sourceforge.net/p/scid/wiki/HowToSortDatabases/attachment/new_gamelist.png)
-and the result of every "Game List" window can be filter and sorted independently.
+It's possible to open multiple "Game List" windows for a database (image1) and the result of every "Game List" window can be filter and sorted independently.
 Double clicking on a column header sorts the games according to the data of that column.
 Optionally it's possible to add more criteria with a single click on a column header: when two games are equal according to the the first criteria, they are sorted using the second criteria, and so on.
 Example:
 1) show on top the latest games: double click on the "Date" column header
 2) sort the game with the same date by tournament: single click on the "Event" column header
- 
-

- 
+Image1: 
+![](https://sourceforge.net/p/scid/wiki/HowToSortDatabases/attachment/new_gamelist.png)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fulvio</dc:creator><pubDate>Fri, 12 Aug 2016 19:30:36 -0000</pubDate><guid>https://sourceforge.netab9b50a5b7a185c545028190795740df86228d17</guid></item><item><title>HowToSortDatabases modified by Fulvio</title><link>https://sourceforge.net/p/scid/wiki/HowToSortDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,13 +1,12 @@
 The games contained in database are showed in the "Game List" window.
 It's possible to open multiple "Game List" windows for a database:
-![](http://)
-
+![](https://sourceforge.net/p/scid/wiki/HowToSortDatabases/attachment/new_gamelist.png)
 and the result of every "Game List" window can be filter and sorted independently.
 Double clicking on a column header sorts the games according to the data of that column.
 Optionally it's possible to add more criteria with a single click on a column header: when two games are equal according to the the first criteria, they are sorted using the second criteria, and so on.
 Example:
-* show on top the latest games: double click on the "Date" column header
-* sort the game with the same date by tournament: single click on the "Event" column header
+1) show on top the latest games: double click on the "Date" column header
+2) sort the game with the same date by tournament: single click on the "Event" column header

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fulvio</dc:creator><pubDate>Fri, 12 Aug 2016 19:29:24 -0000</pubDate><guid>https://sourceforge.net1bcfd3b787bafbd73ab9472876dbab18e63d8e89</guid></item><item><title>HowToSortDatabases modified by Fulvio</title><link>https://sourceforge.net/p/scid/wiki/HowToSortDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,32 +1,14 @@
-The sorting function sorts all games in a database. You can select a number of sort criteria. When two games are equal according to the the first criteria, they are sorted using the second criteria, and so on. 
+The games contained in database are showed in the "Game List" window.
+It's possible to open multiple "Game List" windows for a database:
+![](http://)
+
+and the result of every "Game List" window can be filter and sorted independently.
+Double clicking on a column header sorts the games according to the data of that column.
+Optionally it's possible to add more criteria with a single click on a column header: when two games are equal according to the the first criteria, they are sorted using the second criteria, and so on.
+Example:
+* show on top the latest games: double click on the "Date" column header
+* sort the game with the same date by tournament: single click on the "Event" column header

-##### Sort criteria

-The available sorting criteria are: 
-  
-- Date (oldest games first) 
-- Year (same as date, but using the year only) 
-- Event name 
-- Site name 
-- Country (last 3 letters of Site name) 
-- Round name 
-- White name 
-- Rating (average of White and Black ratings, highest first) 
-- Black name 
-- Result (White wins, then draws, then Black wins) 
-- Length (number of full moves in the game) 
-- ECO (the Encyclopedia of Chess Openings code) 
+

-##### Sort results
- 
-When you sort a Scid database that is not read-only, the sort results are saved so the order of games in the database is permanently changed. If you want to the sort results to be temporary, make the database read-only first using the File: Read-only menu command. 
- 
-When you sort a database that is read-only or is actually a PGN file, the sort results cannot be saved so the sorted order of games will be lost when the file is closed. 
- 
-Note that sorting a database resets the search filter to contain all games. 
- 
-##### Important note about sorting databases:
- 
-When a database is sorted, the index file is altered but the game file is not changed. This means sorting a database will leave the game file records in a scrambled order relative to the index file. This can really slow down tree, position and material/pattern searches, so you should reorder the game file by compacting it after sorting the database to maintain good search performance. 
- 
-Note that only a database sorted by ECO codes can use the fast tree search modes. This however, also requires to compact the database after the sort procedure! 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fulvio</dc:creator><pubDate>Fri, 12 Aug 2016 19:27:42 -0000</pubDate><guid>https://sourceforge.net5d6e1b39367aa9bd15de9bdafc2f07a6b4f67f3e</guid></item><item><title>HowToSortDatabases modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/HowToSortDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,32 +1,32 @@
 The sorting function sorts all games in a database. You can select a number of sort criteria. When two games are equal according to the the first criteria, they are sorted using the second criteria, and so on.

-Sort criteria
+##### Sort criteria

- The available sorting criteria are: 
+The available sorting criteria are: 

-     Date (oldest games first) 
-     Year (same as date, but using the year only) 
-     Event name 
-     Site name 
-     Country (last 3 letters of Site name) 
-     Round name 
-     White name 
-     Rating (average of White and Black ratings, highest first) 
-     Black name 
-     Result (White wins, then draws, then Black wins) 
-     Length (number of full moves in the game) 
-     ECO (the Encyclopedia of Chess Openings code) 
+- Date (oldest games first) 
+- Year (same as date, but using the year only) 
+- Event name 
+- Site name 
+- Country (last 3 letters of Site name) 
+- Round name 
+- White name 
+- Rating (average of White and Black ratings, highest first) 
+- Black name 
+- Result (White wins, then draws, then Black wins) 
+- Length (number of full moves in the game) 
+- ECO (the Encyclopedia of Chess Openings code) 

-Sort results
+##### Sort results

- When you sort a Scid database that is not read-only, the sort results are saved so the order of games in the database is permanently changed. If you want to the sort results to be temporary, make the database read-only first using the File: Read-only menu command. 
+When you sort a Scid database that is not read-only, the sort results are saved so the order of games in the database is permanently changed. If you want to the sort results to be temporary, make the database read-only first using the File: Read-only menu command. 

- When you sort a database that is read-only or is actually a PGN file, the sort results cannot be saved so the sorted order of games will be lost when the file is closed. 
+When you sort a database that is read-only or is actually a PGN file, the sort results cannot be saved so the sorted order of games will be lost when the file is closed. 

- Note that sorting a database resets the search filter to contain all games. 
+Note that sorting a database resets the search filter to contain all games. 

-Important note about sorting databases:
+##### Important note about sorting databases:

- When a database is sorted, the index file is altered but the game file is not changed. This means sorting a database will leave the game file records in a scrambled order relative to the index file. This can really slow down tree, position and material/pattern searches, so you should reorder the game file by compacting it after sorting the database to maintain good search performance. 
+When a database is sorted, the index file is altered but the game file is not changed. This means sorting a database will leave the game file records in a scrambled order relative to the index file. This can really slow down tree, position and material/pattern searches, so you should reorder the game file by compacting it after sorting the database to maintain good search performance. 

- Note that only a database sorted by ECO codes can use the fast tree search modes. This however, also requires to compact the database after the sort procedure! 
+Note that only a database sorted by ECO codes can use the fast tree search modes. This however, also requires to compact the database after the sort procedure! 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 21 Jun 2014 00:14:16 -0000</pubDate><guid>https://sourceforge.net4a19cc4ba50ef8ae28269ba7beac6ef1501a41bc</guid></item><item><title>HowToSortDatabases modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/HowToSortDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The sorting function sorts all games in a database. You can select a number of sort criteria. When two games are equal according to the the first criteria, they are sorted using the second criteria, and so on. &lt;/p&gt;
&lt;p&gt;Sort criteria&lt;/p&gt;
&lt;p&gt;The available sorting criteria are: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt; &lt;span class="n"&gt;Date&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;oldest&lt;/span&gt; &lt;span class="n"&gt;games&lt;/span&gt; &lt;span class="n"&gt;first&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="n"&gt;Year&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;same&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;but&lt;/span&gt; &lt;span class="n"&gt;using&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;year&lt;/span&gt; &lt;span class="n"&gt;only&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="n"&gt;Event&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt; 
 &lt;span class="n"&gt;Site&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt; 
 &lt;span class="n"&gt;Country&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;last&lt;/span&gt; &lt;span class="mi"&gt;3&lt;/span&gt; &lt;span class="n"&gt;letters&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;Site&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="n"&gt;Round&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt; 
 &lt;span class="n"&gt;White&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt; 
 &lt;span class="n"&gt;Rating&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;average&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;White&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Black&lt;/span&gt; &lt;span class="n"&gt;ratings&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;highest&lt;/span&gt; &lt;span class="n"&gt;first&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="n"&gt;Black&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt; 
 &lt;span class="n"&gt;Result&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;White&lt;/span&gt; &lt;span class="n"&gt;wins&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;then&lt;/span&gt; &lt;span class="n"&gt;draws&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;then&lt;/span&gt; &lt;span class="n"&gt;Black&lt;/span&gt; &lt;span class="n"&gt;wins&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="n"&gt;Length&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;number&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;full&lt;/span&gt; &lt;span class="n"&gt;moves&lt;/span&gt; &lt;span class="n"&gt;in&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;game&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="n"&gt;ECO&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;Encyclopedia&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;Chess&lt;/span&gt; &lt;span class="n"&gt;Openings&lt;/span&gt; &lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Sort results&lt;/p&gt;
&lt;p&gt;When you sort a Scid database that is not read-only, the sort results are saved so the order of games in the database is permanently changed. If you want to the sort results to be temporary, make the database read-only first using the File: Read-only menu command. &lt;/p&gt;
&lt;p&gt;When you sort a database that is read-only or is actually a PGN file, the sort results cannot be saved so the sorted order of games will be lost when the file is closed. &lt;/p&gt;
&lt;p&gt;Note that sorting a database resets the search filter to contain all games. &lt;/p&gt;
&lt;p&gt;Important note about sorting databases:&lt;/p&gt;
&lt;p&gt;When a database is sorted, the index file is altered but the game file is not changed. This means sorting a database will leave the game file records in a scrambled order relative to the index file. This can really slow down tree, position and material/pattern searches, so you should reorder the game file by compacting it after sorting the database to maintain good search performance. &lt;/p&gt;
&lt;p&gt;Note that only a database sorted by ECO codes can use the fast tree search modes. This however, also requires to compact the database after the sort procedure! &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 09 Jul 2013 00:22:49 -0000</pubDate><guid>https://sourceforge.net2e89570e473c48758765479f5ba9cf904b6825b1</guid></item></channel></rss>