Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #34211, comment 5


Ignore:
Timestamp:
05/24/2016 07:35:37 PM (9 years ago)
Author:
lukecavanagh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34211, comment 5

    v1 v2  
    11So a search meta API then that you can define a meta key or keys in WP_Query?
    22
    3 Search plugins that create an index get around those limits by including the postmeta needed in the index.
     3Search plugins that create an index on the site DB, get around those limits by including the postmeta needed in the index.
    44
    55For example _SKU custom field in WooCommerce.