Skip to content
Discussion options

You must be logged in to vote

That is more clear. The reason it is messed up is because you are hitting the pagination limit. there are two types of sorting for titles: in the database and natural in server execution.

When doing the natural sorting, if you do not have all the elements, you will have an random output from the DB which is then sorted. However with the pagination limit you will see the behaviour highligted.

There are no real fix to your issue aside from:

  • switching to the other title sorting style + rename your images in e.g. Yeon-Woo-Bath-Tub-001.JPG (the prefix 00 will make sure you do not have issues such as : 1 10 11 12 .. 18 19 2 20 21 22 ...
  • increase the pagination limit in the settings to push the…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@Gpan666
Comment options

@ildyria
Comment options

Comment options

You must be logged in to vote
2 replies
@ildyria
Comment options

@ildyria
Comment options

Comment options

You must be logged in to vote
3 replies
@ildyria
Comment options

@Gpan666
Comment options

@ildyria
Comment options

Answer selected by Gpan666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants