Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15031, comment 12


Ignore:
Timestamp:
04/06/2011 06:07:39 PM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15031, comment 12

    initial v1  
    11I guess that in the end, allowing an array of values to 'orderby' makes more sense than an 'order' parameter in 'meta_query':
    22
    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.
     3MySQL 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.
    64
    75So, I'm thinking of closing this as wontfix and focus on #17065.