PHP Class Wallmander\ElasticsearchIndexer\Controller\WooCommerceAdmin

Author: Mikael Mattsson ([email protected])
Show file Open project: wallmanderco/elasticsearch-indexer

Public Methods

Method Description
actionOrderSearch ( Query $query ) Search custom fields as well as content.
filterPostSyncArgs ( stdClass $queryArgs, WP_Post $post ) : array Add more fields to the index.

Method Details

actionOrderSearch() public static method

Replaces WC_Admin_Post_Types::Replaces shop_order_search_custom_fields.
public static actionOrderSearch ( Query $query )
$query Wallmander\ElasticsearchIndexer\Model\Query

filterPostSyncArgs() public static method

Add more fields to the index.
public static filterPostSyncArgs ( stdClass $queryArgs, WP_Post $post ) : array
$queryArgs stdClass
$post WP_Post
return array