diff --git a/bibtexbrowser-documentation.wiki b/bibtexbrowser-documentation.wiki index 55dc7fb..c862cf1 100755 --- a/bibtexbrowser-documentation.wiki +++ b/bibtexbrowser-documentation.wiki @@ -356,11 +356,11 @@ Add in ''bibtexbrowser.local.php'': ?> -====How to configure the order of Bibtex entries?==== +====How to configure the sorting order of Bibtex entries?==== -The default order is first by year, then by month (according to bibtexfield ''month''), see ''define('ORDER_FUNCTION',...)'' and ''define('ORDER_FUNCTION_FINE',...)''. +The default order is first by bibtex field year, then by bibtex field month, per functions `compare_bib_entry_by_year` and `compare_bib_entry_by_month`. -You can also set another order function in ''bibtexbrowser.local.php'': +You can change this with ''define('ORDER_FUNCTION',...)'' and ''define('ORDER_FUNCTION_FINE',...)'' in ''bibtexbrowser.local.php'':
<?php