Skip to content
Snippets Groups Projects
Commit 556bdf8f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Finish the incomplete thought in the Sorting section

parent fee3fdd0
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1812 passed
...@@ -115,10 +115,15 @@ whether or not to hash its files or use it for duplicate file detection ...@@ -115,10 +115,15 @@ whether or not to hash its files or use it for duplicate file detection
_Sorting_ _Sorting_
While the old filebases While the old filebase indexes were re-ordered/sorted whenever a new file was
The new filebases are indexed in the order in which the files are imported added, the new filebase indexes are sorted dynamically, when appropriate
into the database. Sorting of the files for display purposes in the terminal (e.g. when viewed).
and FTP servers is optional and configured by the sysop:
As a result, the "RESORT" file transfer operator command has been removed.
The new filebases are naturally indexed in the order in which the files are
imported into the database. Sorting of the files for display purposes in the
terminal and FTP servers is optional and configured by the sysop:
Name Ascending (case-insensitive) Name Ascending (case-insensitive)
Name Descending (case-insensitive) Name Descending (case-insensitive)
Name Ascending (case-sensitive) Name Ascending (case-sensitive)
...@@ -126,8 +131,6 @@ and FTP servers is optional and configured by the sysop: ...@@ -126,8 +131,6 @@ and FTP servers is optional and configured by the sysop:
Date Ascending Date Ascending
Date Descending Date Descending
As a result, the "RESORT" file transfer operator command has been removed.
_Tags_ _Tags_
Individual files can now be tagged for easy searching/grouping. This feature Individual files can now be tagged for easy searching/grouping. This feature
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment