Skip to content
New issue

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

[Bug] Webui: Sort by name sorts alphabetically only after sorting by case #85

Closed
2 of 5 tasks
muchtea opened this issue Feb 1, 2020 · 1 comment
Closed
2 of 5 tasks
Labels
bug Something isn't working released

Comments

@muchtea
Copy link

muchtea commented Feb 1, 2020

Komga environment

  • OS: Windows 10
  • Komga version: v0.13.1
  • I am running Komga with Docker
    • Docker image tag [e.g. latest, beta]: latest
  • I am running Komga from the jar
    • Java version:
  • I have a problem in the web interface
    • Browser (with version): Firefox 72.0.2 (64-bit)
  • I have a problem with an OPDS client application
    • OPDS Application (with version):
  • I have a problem with the Tachiyomi extension
    • Tachiyomi version:
    • Tachiyomi extension version:

Describe the bug

Sort-by-name sorts first by case and then alphabetically, Sorting should be case insensitive.

Steps to reproduce

  1. Create three test folders in new library with names: "TEST", "Tast" and "Test"
  2. Go to the library view of this library in the webui
  3. Click on sort icon and choose "Name", if it isn't already sorted by name.

Expected behavior

The test folders should be in this order:

  1. Tast
  2. TEST
  3. Test

Actual behavior

The test folders are shown in this order:

  1. TEST
  2. Tast
  3. Test

Additional context

Screenshots

If applicable, add screenshots to help explain your problem.
image

Log file

@gotson gotson added the bug Something isn't working label Feb 5, 2020
@gotson gotson closed this as completed in 16dfe91 Feb 5, 2020
gotson pushed a commit that referenced this issue Feb 5, 2020
# [0.14.0](v0.13.1...v0.14.0) (2020-02-05)

### Bug Fixes

* **api:** sort series properly ignoring case ([16dfe91](16dfe91)), closes [#85](#85)
* **webui:** hide filter menu after click ([2ded39f](2ded39f))
* **webui:** missing data on back navigation with filters ([f1952ee](f1952ee))
* **webui:** scrolling position was not restored properly ([be6a7fc](be6a7fc))
* incorrect placeholder card height on xs and sm screens ([0f50a76](0f50a76))
* logout was broken after remember-me was added ([8b02471](8b02471))

### Features

* add more series metadata fields ([8f08ce8](8f08ce8))
* **api:** ability to filter series by status ([c96bf19](c96bf19)), closes [#48](#48)
* **webui:** add thumbnail and status on Series view ([0fc8b01](0fc8b01))
* **webui:** filter series by status ([c540e56](c540e56)), closes [#48](#48)
* **webui):** edit series metadata ([5f0ccc5](5f0ccc5))
* add Series Metadata status ([f522142](f522142)), closes [#48](#48)
@gotson
Copy link
Owner

gotson commented Feb 5, 2020

🎉 This issue has been resolved in version 0.14.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@gotson gotson added the released label Feb 5, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants