Changes between Initial Version and Version 1 of Ticket #15031, comment 12
- Timestamp:
- 04/06/2011 06:07:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15031, comment 12
initial v1 1 1 I guess that in the end, allowing an array of values to 'orderby' makes more sense than an 'order' parameter in 'meta_query': 2 2 3 MySQL allows you to order items by a value, even if it's null. 4 5 The fact that we required meta_key to be set, in order to set 'orderby' => 'meta_value' is just a limitation on our system. 3 MySQL allows you to order items by a value, even if it's null. The fact that we required meta_key to be set, in order to set 'orderby' => 'meta_value' is just a limitation on our system. 6 4 7 5 So, I'm thinking of closing this as wontfix and focus on #17065.