We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have noticed that pages are sorted in reverse alphabetical order when alphabetical sorting is configured.
To reproduce:
config/config.js
page_sort_meta
''
With version 0.17.3, the sorting order is as expected so this appears to be introduced after this version.
The text was updated successfully, but these errors were encountered:
In case it helps, I did a bisect and be11e5f is when this got first introduced.
Sorry, something went wrong.
No branches or pull requests
I have noticed that pages are sorted in reverse alphabetical order when alphabetical sorting is configured.
To reproduce:
config/config.js
and setpage_sort_meta
to an empty string''
, which according to docs should sort pages alphabeticallyWith version 0.17.3, the sorting order is as expected so this appears to be introduced after this version.
The text was updated successfully, but these errors were encountered: