Search Query
-
Hi,
I added some code to query the Production Seq. Number like this :
if (isset($_GET['plate_ending'])) { if ($_GET['produc_seq']) { $meta_query = array_merge($meta_query, array(array('key' => 'decode_string','value' => $_GET['produc_seq'], 'compare' => 'LIKE', 'type' => 'text'))); } }but it sames not working when i access link like http://www.mydomain.com/?s=cars&car=1&produc_seq=69, means all the field of Production Seq. Number that contain 69 should be displayed.
Could you help me this matter? Your helps is highly appreciated.
PS: Production Seq. Number is under Specs on the plugin.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Search Query’ is closed to new replies.