Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27043, comment 4


Ignore:
Timestamp:
02/08/2014 03:14:32 AM (12 years ago)
Author:
AdamCapriola
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27043, comment 4

    initial v1  
    4949So, now knowing that's what changed after WordPress 3.6.1, I tried adding a string to the `s` argument of the query to match part of a post title, and I was able to get results to return in WordPress 3.8.1 with three or more tax_query arguments.
    5050
    51 Perhaps there can be some kind of a check, so that if `s` is empty then that part doesn't get added to the query? I think that's what throwing it off.
     51Perhaps there can be some kind of a check, so that if `s` is empty then that part doesn't get added to the SQL? I think that's what throwing it off.