summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-03-27 00:04:11 +0200
committerThomas Lange <code@nerdmind.de>2017-03-27 00:04:20 +0200
commit76cb23030ea36f91d858f2af61ebe2e2670e200e (patch)
tree9a990b429ca7a7bc5bda8dc72bb328930cc58054
parent333e4c23a46e205c577c37f1bb19d4dd37d59e5c (diff)
downloadwiki-76cb23030ea36f91d858f2af61ebe2e2670e200e.tar.gz
wiki-76cb23030ea36f91d858f2af61ebe2e2670e200e.tar.xz
wiki-76cb23030ea36f91d858f2af61ebe2e2670e200e.zip
Hyperlink to the MySQL documentation for "ORDER BY" added.
-rw-r--r--Configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configuration.md b/Configuration.md
index b4e9a77..5be1bb9 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -88,14 +88,14 @@ Number of characters from the items content to display within the `<meta>` descr
* `USER.DESCRIPTION_SIZE`: [integer: `200`]
## Item overview sorting
-The `ORDER BY` clause for item sorting on item overview sites. You can use each column from the database table to sort and you also can combine multiple columns together. See the MySQL documentation for `ORDER BY` for more information.
+The `ORDER BY` clause for item sorting on item overview sites. You can use each column from the database table to sort and you also can combine multiple columns together. See the [MySQL documentation for `ORDER BY`](https://dev.mysql.com/doc/refman/5.5/en/sorting-rows.html) for more information.
* `PAGE.LIST_SORT`: [string: `'time_insert DESC'`]
* `POST.LIST_SORT`: [string: `'time_insert DESC'`]
* `USER.LIST_SORT`: [string: `'time_insert DESC'`]
## Feed sorting
-The `ORDER BY` clause for item sorting within the RSS feed. You can use each column from the database table to sort and you also can combine multiple columns together. See the MySQL documentation for `ORDER BY` for more information.
+The `ORDER BY` clause for item sorting within the RSS feed. You can use each column from the database table to sort and you also can combine multiple columns together. See the [MySQL documentation for `ORDER BY`](https://dev.mysql.com/doc/refman/5.5/en/sorting-rows.html) for more information.
**Note:** It depends on the RSS reader how the content is sorted. The settings here are only for the sorting of the content in the XML source code, but it is nevertheless a good idea to sort them as they should appear in the RSS reader.