Array
(
[post_type] => product
[post_status] => publish
[posts_per_page] => 10
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => _stock_status
[value] => instock
[compare] => =
[type] => CHAR
)
)
[tax_query] => Array
(
[0] => Array
(
[include_children] =>
[taxonomy] => product_cat
[terms] => Array
(
[0] => 25
)
[operator] => AND
)
)
[wpse18703_title] => Antique Hamadan carpet, Persian
[post__not_in] => Array
(
[0] => 16772
)
)
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND wp_posts.ID NOT IN (16772) AND (
(
SELECT COUNT(1)
FROM wp_term_relationships
WHERE term_taxonomy_id IN (25)
AND object_id = wp_posts.ID
) = 1
) AND (
( wp_postmeta.meta_key = '_stock_status' AND wp_postmeta.meta_value = 'instock' )
) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish')) AND ((wp_posts.post_title LIKE '%Antique Hamadan%') OR (wp_posts.post_title LIKE '%Hamadan carpet,%') OR (wp_posts.post_title LIKE '%carpet, Persian%')) AND (wp_posts.post_password = '') GROUP BY wp_posts.ID ORDER BY ((wp_posts.post_title LIKE '%Antique Hamadan%') + (wp_posts.post_title LIKE '%Hamadan carpet,%') + (wp_posts.post_title LIKE '%carpet, Persian%')) DESC LIMIT 0, 10
6271
Rare Oversize Antique Heriz carpet
Circa 1880
702 x 417 cm 23’ x 13’8”
£ POA
7230
Antique Fereghan carpet
Circa 1890
614 x 328 cm 20’1” x 10’9”
£68,000
7580
Antique Mahal carpet
Circa 1900
610 x 355 cm 20’ x 11’7”
£34,000
8253
Antique Mahal carpet
Circa 1910
520 x 310 cm 17’ x 10’2”
£28,500
8482
Antique Fereghan carpet
Circa 1880
500 x 395 cm 16’4” x 12’11”
£36,000
8252
Large Antique Mahal carpet
Circa 1900
530 x 324 cm 17’4” x 10’7”
£26,500
8175
Antique Fereghan carpet
Circa 1870
540 x 370 cm 17’8” x 12’1”
£52,500
8808
Antique Malayer corridor carpet
Circa 1900
590 x 222 cm 19’4” x 7’3”
£13,500
8999
Distressed Antique Fereghan carpet
Circa 1880
385 x 290 cm 12’7” x 9’6”
£11,500
Array
(
[post_type] => product
[post_status] => publish
[posts_per_page] => 10
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => _stock_status
[value] => instock
[compare] => =
[type] => CHAR
)
)
[tax_query] => Array
(
[0] => Array
(
[include_children] =>
[taxonomy] => product_cat
[terms] => Array
(
[0] => 25
)
)
)
[wpse18703_title] => Antique Hamadan carpet, Persian
[post__not_in] => Array
(
[0] => 16772
[1] => 19904
[2] => 19914
[3] => 19916
[4] => 20566
[5] => 21172
[6] => 21614
[7] => 22399
[8] => 23004
[9] => 23028
)
)
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND wp_posts.ID NOT IN (16772,19904,19914,19916,20566,21172,21614,22399,23004,23028) AND (
wp_term_relationships.term_taxonomy_id IN (25)
) AND (
( wp_postmeta.meta_key = '_stock_status' AND wp_postmeta.meta_value = 'instock' )
) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish')) AND ((wp_posts.post_title LIKE '%Antique Hamadan%') OR (wp_posts.post_title LIKE '%Hamadan carpet,%') OR (wp_posts.post_title LIKE '%carpet, Persian%')) AND (wp_posts.post_password = '') GROUP BY wp_posts.ID ORDER BY ((wp_posts.post_title LIKE '%Antique Hamadan%') + (wp_posts.post_title LIKE '%Hamadan carpet,%') + (wp_posts.post_title LIKE '%carpet, Persian%')) DESC LIMIT 0, 10
Array
(
[post_type] => product
[post_status] => publish
[posts_per_page] => 10
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => _stock_status
[value] => instock
[compare] => =
[type] => CHAR
)
[1] => Array
(
[key] => price_guide
[value] => over £20,000
[compare] => =
)
)
[tax_query] => Array
(
[0] => Array
(
[include_children] =>
[taxonomy] => product_cat
[terms] => Array
(
[0] => 25
)
[operator] => AND
)
)
[post__not_in] => Array
(
[0] => 16772
[1] => 19904
[2] => 19914
[3] => 19916
[4] => 20566
[5] => 21172
[6] => 21614
[7] => 22399
[8] => 23004
[9] => 23028
)
)
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) WHERE 1=1 AND wp_posts.ID NOT IN (16772,19904,19914,19916,20566,21172,21614,22399,23004,23028) AND (
(
SELECT COUNT(1)
FROM wp_term_relationships
WHERE term_taxonomy_id IN (25)
AND object_id = wp_posts.ID
) = 1
) AND (
( wp_postmeta.meta_key = '_stock_status' AND wp_postmeta.meta_value = 'instock' )
AND
( mt1.meta_key = 'price_guide' AND mt1.meta_value = 'over £20,000' )
) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish')) AND (wp_posts.post_password = '') GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 10
9335
Antique Bakshaish carpet
Circa 1860
588 x 396 cm 19’3” x 12’11”
£ POA