Skip to content

Instantly share code, notes, and snippets.

@dimaqw
Last active December 27, 2015 08:59
Show Gist options
  • Save dimaqw/7300806 to your computer and use it in GitHub Desktop.
Save dimaqw/7300806 to your computer and use it in GitHub Desktop.
<?php
// modules / PX_Orders / metadata / SearchFields . php
'range_date_start' => array( //range_<field_name>
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true
)
, 'start_range_date_start' => array( //start_range_<field_name>
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true
)
, 'end_range_date_start' => array( //end_range_<field_name>
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true
) ,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment