I don't know if here is the right place to post that here and also I don't know if it's me or Umbraco so let me explain
I am using the QueryBuilder inside Umbraco's Back Office when I want to access some data (like all of my article) and there is an issue here, I don't know if it's visual or actually a real bug.
I have some articles, some with the same date, some with anterior or ulterior one, but the QueryBuilder isn't showing them in the right order with the OrderBy set on the date, but he order them by their name
QueryBuilder OrderBy
Hello guys,
I don't know if here is the right place to post that here and also I don't know if it's me or Umbraco so let me explain
I am using the QueryBuilder inside Umbraco's Back Office when I want to access some data (like all of my article) and there is an issue here, I don't know if it's visual or actually a real bug.
I have some articles, some with the same date, some with anterior or ulterior one, but the QueryBuilder isn't showing them in the right order with the OrderBy set on the date, but he order them by their name
Here is an example :
is working on a reply...