Is it possible to change format?is
like this
it should be changed to 1 2 3 4 5 6 7 8 9 10 but not 1 10 2 3 4 5 6 7 8 9
What are you talking about?
The normal sorting is from 1 to 10, but current sorting is 1 10 23456789
What page and section?
Adding this for the devs just in case.
https://mariadb.org/10-7-preview-feature-natural-sort/
@aliuzzz,
Waiting on you dude.
In this page
There are really a few things that need to be done on that page. Natural sorting is possible in MariaDB starting in 10.7, but for a static list like this, it can also be sorted in PHP. The bit that needs some work is a topic of another conversation.
Since we are feature complete in the 1.2.x branch, we'll have to consider this for the develop branch which is labeled 1.3 right now.
There are really a few things that need to be done on that page. Natural sorting is possible in MariaDB starting in 10.7, but for a static list like this, it can also be sorted in PHP. The bit that needs some work is a topic of another conversation.
Since we are feature complete in the 1.2.x branch, we'll have to consider this for the develop branch which is labeled 1.3 right now.
So can I temporarily solve this problem by upgrading the database to 10.7 or above
No.
@aliuzzz,
I'm just getting back to 1.3 aka (develop branch) work. I'm on vacation this week, but will tackle this as low hanging fruit. Can you get an environment working on 1.3 between now and next week so that you can confirm the new behavior?
It'll be MariaDB 10.7++ for now as MySQL will need to merge MariaDB's code to be compatible and has not as far as I can tell.
Larry
@aliuzzz,
This is resolved now. Only MariaDB 10.7++. MySQL has not adopted this function. Not sure if they will.
Larry
Thank you very much for your attention to this issue. So May I update graph_templates.php to version 1.3 and it will be ok?
I would not. We are in heat dev mode in develop. It's not ready for prod.