AJ
Forum Replies Created
-
Ok upon further inspection, I may have been reading these wrong, and if so, I apologize. I’m hopping on these requests ASAP when I see them to try and get this resolved quickly, and since we’re on opposite sides of the globe, sometimes that means I’m responding in the middle of the night. What I thought was a second tax_query declaration appears to just be a tax_query_relation variable (which is already declared in my tax_query). So unless the tax_query_relation declaration is causing some kind of conflict with my tax_query, I’m not sure where the problem lies.
Example 1:
[24-Sep-2019 06:20:38 UTC] {“q”:”led”,“tax_query”:[{“relation”:”AND”,”0″:[{“taxonomy”:”product_application”,”field”:”term_id”,”terms”:”300″}]}],”tax_query_relation”:”AND”,“post_query”:[],”parent_query”:{“parent in”:[0]},”meta_query”:[{“key”:”product_hide_in_search”,”value”:”show”}],”date_query”:false,”expost”:””,”post_type”:”product”,”post_status”:”publish”,”operator”:”OR”,”author”:false,”orderby”:”menu_order”,”order”:”ASC”,”fields”:””,”sentence”:false,”by_date”:””,”admin_search”:false,”include_attachments”:””}
Example 2:
[24-Sep-2019 06:20:42 UTC] {“q”:”led”,“tax_query”:[{“relation”:”AND”,”0″:[{“taxonomy”:”product_application”,”field”:”term_id”,”terms”:”309″}]}],”tax_query_relation”:”AND”,“post_query”:[],”parent_query”:{“parent in”:[0]},”meta_query”:[{“key”:”product_hide_in_search”,”value”:”show”}],”date_query”:false,”expost”:””,”post_type”:”product”,”post_status”:”publish”,”operator”:”OR”,”author”:false,”orderby”:”menu_order”,”order”:”ASC”,”fields”:””,”sentence”:false,”by_date”:””,”admin_search”:false,”include_attachments”:””}
Yes, that’s exactly what I’m saying.
relevanssi_search_filters
is showing two tax_query parameters, with an empty one second, overwriting the first one declared by my search.Can you give me some guidance as to where/how to use
relevanssi_compile_search_arg
? I’ve looked in the knowledge base and couldn’t find anything there.- This reply was modified 5 years, 6 months ago by AJ.
even when there’s two tax queries listed there? the second, empty one isn’t overwriting the declared one?
Sorry to be annoying, but I noticed the moderator made an edit to my post so I’d like to make a note referencing it. I originally wrapped the calls in code blocks and wrapped the tax queries in strong tags to emphasize them, but when I published, I realized it would display the strong tags as tags, so I changed the code blocks to block quotes. The moderator wrapped all that in code blocks again. so, ignore the block/strong tags please.
Again, my apologies.
So i dug into the calls above. the parent call isnt an issue. i have that set to only pull top level posts (the post type is hierarchical).
i think i found the issue. i compared a var_dump of the query args to the above calls and i found that they all seem to have an empty tax_query array attached to them that isnt present in the query args. Please see below:
<em>Call made without tax query set</em> <blockquote>[20-Sep-2019 13:15:01 UTC] {"q":"led",<strong>"tax_query":[],"tax_query_relation":"AND",</strong>"post_query":[],"parent_query":{"parent in":[0]},"meta_query":[{"key":"product_hide_in_search","value":"show"}],"date_query":false,"expost":"","post_type":"product","post_status":false,"operator":"OR","author":false,"orderby":"menu_order","order":"ASC","fields":"","sentence":false,"by_date":"","admin_search":false,"include_attachments":""}</blockquote>
Call made with tax query set
<blockquote>[20-Sep-2019 13:15:04 UTC] {"q":"led",<strong>"tax_query":[{"relation":"AND","0":[{"taxonomy":"product_application","field":"term_id","terms":"300"}]}],"tax_query_relation":"AND",</strong>"post_query":[],"parent_query":{"parent in":[0]},"meta_query":[{"key":"product_hide_in_search","value":"show"}],"date_query":false,"expost":"","post_type":"product","post_status":false,"operator":"OR","author":false,"orderby":"menu_order","order":"ASC","fields":"","sentence":false,"by_date":"","admin_search":false,"include_attachments":""}</blockquote>
As you can see, it appears Relevanssi is adding an empty tax_query to the call.
- This reply was modified 5 years, 6 months ago by AJ.
- This reply was modified 5 years, 6 months ago by Jan Dembowski.
my apologies, these are all separate queries. the first is the baseline query when you load the page. the next is with a filter on (tax query). then with no filters but through ajax (no tax query). i was trying to give you a subset of queries for comparison.
Error Logs:
[20-Sep-2019 13:15:01 UTC] {"q":"led","tax_query":[],"tax_query_relation":"AND","post_query":[],"parent_query":{"parent in":[0]},"meta_query":[{"key":"product_hide_in_search","value":"show"}],"date_query":false,"expost":"","post_type":"product","post_status":false,"operator":"OR","author":false,"orderby":"menu_order","order":"ASC","fields":"","sentence":false,"by_date":"","admin_search":false,"include_attachments":""} [20-Sep-2019 13:15:04 UTC] {"q":"led","tax_query":[{"relation":"AND","0":[{"taxonomy":"product_application","field":"term_id","terms":"300"}]}],"tax_query_relation":"AND","post_query":[],"parent_query":{"parent in":[0]},"meta_query":[{"key":"product_hide_in_search","value":"show"}],"date_query":false,"expost":"","post_type":"product","post_status":false,"operator":"OR","author":false,"orderby":"menu_order","order":"ASC","fields":"","sentence":false,"by_date":"","admin_search":false,"include_attachments":""} [20-Sep-2019 13:15:07 UTC] {"q":"led","tax_query":[],"tax_query_relation":"AND","post_query":[],"parent_query":{"parent in":[0]},"meta_query":[{"key":"product_hide_in_search","value":"show"}],"date_query":false,"expost":"","post_type":"product","post_status":false,"operator":"OR","author":false,"orderby":"menu_order","order":"ASC","fields":"","sentence":false,"by_date":"","admin_search":false,"include_attachments":""} [20-Sep-2019 13:15:09 UTC] {"q":"led","tax_query":[{"relation":"AND","0":[{"taxonomy":"product_application","field":"term_id","terms":"301"}]}],"tax_query_relation":"AND","post_query":[],"parent_query":{"parent in":[0]},"meta_query":[{"key":"product_hide_in_search","value":"show"}],"date_query":false,"expost":"","post_type":"product","post_status":false,"operator":"OR","author":false,"orderby":"menu_order","order":"ASC","fields":"","sentence":false,"by_date":"","admin_search":false,"include_attachments":""} [20-Sep-2019 13:15:11 UTC] {"q":"led","tax_query":[],"tax_query_relation":"AND","post_query":[],"parent_query":{"parent in":[0]},"meta_query":[{"key":"product_hide_in_search","value":"show"}],"date_query":false,"expost":"","post_type":"product","post_status":false,"operator":"OR","author":false,"orderby":"menu_order","order":"ASC","fields":"","sentence":false,"by_date":"","admin_search":false,"include_attachments":""}
ok i’ll do this right now, give me a few minutes please. are you on slack still? maybe we can work this out right now?
where do i look for this output? the problem i’m experiencing presents with ajax as that’s how the search form is built, so i need to know where/how this prints out so i can drop it in a variable and return it to the live page.
ok, unfortunately that didnt work either. im still having the same issue.
I updated to the latest version and it still doesnt work. I will see if changing the tax_query to use a different field other than slug remedies this issue.
var_dump()
as requested. one note, upon closer inspection, the meta_query seems to work fine, its the tax_query that isnt working. if i use the tax filters i’ve built without doing a search, it works fine, but when i try to apply them to a search with relevanssi, it returns the same results as if they hadnt been used at all.<!-- *** VAR DUMP *** object(WP_Query)#1559 (50) { ["query"]=> array(9) { ["posts_per_page"]=> string(2) "24" ["paged"]=> string(1) "1" ["post_type"]=> string(7) "product" ["orderby"]=> string(10) "menu_order" ["order"]=> string(3) "ASC" ["post_parent"]=> int(0) ["s"]=> string(3) "LED" ["meta_query"]=> array(1) { [0]=> array(2) { ["key"]=> string(22) "product_hide_in_search" ["value"]=> string(4) "show" } } ["tax_query"]=> array(1) { [0]=> array(2) { ["relation"]=> string(3) "AND" [0]=> array(1) { [0]=> array(3) { ["taxonomy"]=> string(19) "product_application" ["field"]=> string(4) "slug" ["terms"]=> string(7) "pendant" } } } } } ["query_vars"]=> array(73) { ["posts_per_page"]=> int(24) ["paged"]=> int(1) ["post_type"]=> string(7) "product" ["orderby"]=> string(10) "menu_order" ["order"]=> string(3) "ASC" ["post_parent"]=> int(0) ["s"]=> string(3) "LED" ["meta_query"]=> array(1) { [0]=> array(2) { ["key"]=> string(22) "product_hide_in_search" ["value"]=> string(4) "show" } } ["tax_query"]=> array(1) { [0]=> array(2) { ["relation"]=> string(3) "AND" [0]=> array(1) { [0]=> array(3) { ["taxonomy"]=> string(19) "product_application" ["field"]=> string(4) "slug" ["terms"]=> string(7) "pendant" } } } } ["error"]=> string(0) "" ["m"]=> string(0) "" ["p"]=> int(0) ["subpost"]=> string(0) "" ["subpost_id"]=> string(0) "" ["attachment"]=> string(0) "" ["attachment_id"]=> int(0) ["name"]=> string(0) "" ["static"]=> string(0) "" ["pagename"]=> string(0) "" ["page_id"]=> int(0) ["second"]=> string(0) "" ["minute"]=> string(0) "" ["hour"]=> string(0) "" ["day"]=> int(0) ["monthnum"]=> int(0) ["year"]=> int(0) ["w"]=> int(0) ["category_name"]=> string(0) "" ["tag"]=> string(0) "" ["cat"]=> string(0) "" ["tag_id"]=> string(0) "" ["author"]=> string(0) "" ["author_name"]=> string(0) "" ["feed"]=> string(0) "" ["tb"]=> string(0) "" ["meta_key"]=> string(0) "" ["meta_value"]=> string(0) "" ["preview"]=> string(0) "" ["sentence"]=> string(0) "" ["title"]=> string(0) "" ["fields"]=> string(0) "" ["menu_order"]=> string(0) "" ["embed"]=> string(0) "" ["category__in"]=> array(0) { } ["category__not_in"]=> array(0) { } ["category__and"]=> array(0) { } ["post__in"]=> array(0) { } ["post__not_in"]=> array(0) { } ["post_name__in"]=> array(0) { } ["tag__in"]=> array(0) { } ["tag__not_in"]=> array(0) { } ["tag__and"]=> array(0) { } ["tag_slug__in"]=> array(0) { } ["tag_slug__and"]=> array(0) { } ["post_parent__in"]=> array(0) { } ["post_parent__not_in"]=> array(0) { } ["author__in"]=> array(0) { } ["author__not_in"]=> array(0) { } ["ignore_sticky_posts"]=> bool(false) ["suppress_filters"]=> bool(false) ["cache_results"]=> bool(true) ["update_post_term_cache"]=> bool(true) ["lazy_load_term_meta"]=> bool(true) ["update_post_meta_cache"]=> bool(true) ["nopaging"]=> bool(false) ["comments_per_page"]=> string(2) "50" ["no_found_rows"]=> bool(false) ["search_terms_count"]=> int(1) ["search_terms"]=> array(1) { [0]=> string(3) "LED" } ["search_orderby_title"]=> array(1) { [0]=> string(163) "gum_posts.post_title LIKE '{4c1ec1d4990f365d6ae75dccb7694e2890a1f20e85cc0236e55ca7b2c78356cf}LED{4c1ec1d4990f365d6ae75dccb7694e2890a1f20e85cc0236e55ca7b2c78356cf}'" } ["taxonomy"]=> string(19) "product_application" ["term"]=> string(7) "pendant" ["operator"]=> string(2) "OR" } ["tax_query"]=> object(WP_Tax_Query)#1551 (6) { ["queries"]=> array(1) { [0]=> array(2) { ["relation"]=> string(3) "AND" [0]=> array(2) { [0]=> array(5) { ["taxonomy"]=> string(19) "product_application" ["terms"]=> array(1) { [0]=> string(7) "pendant" } ["field"]=> string(4) "slug" ["operator"]=> string(2) "IN" ["include_children"]=> bool(true) } ["relation"]=> string(3) "AND" } } } ["relation"]=> string(3) "AND" ["table_aliases":protected]=> array(1) { [0]=> string(22) "gum_term_relationships" } ["queried_terms"]=> array(1) { ["product_application"]=> array(2) { ["terms"]=> array(1) { [0]=> string(7) "pendant" } ["field"]=> string(4) "slug" } } ["primary_table"]=> string(9) "gum_posts" ["primary_id_column"]=> string(2) "ID" } ["meta_query"]=> object(WP_Meta_Query)#1550 (9) { ["queries"]=> array(2) { [0]=> array(2) { ["key"]=> string(22) "product_hide_in_search" ["value"]=> string(4) "show" } ["relation"]=> string(2) "OR" } ["relation"]=> string(3) "AND" ["meta_table"]=> string(12) "gum_postmeta" ["meta_id_column"]=> string(7) "post_id" ["primary_table"]=> string(9) "gum_posts" ["primary_id_column"]=> string(2) "ID" ["table_aliases":protected]=> array(1) { [0]=> string(12) "gum_postmeta" } ["clauses":protected]=> array(1) { ["gum_postmeta"]=> array(6) { ["key"]=> string(22) "product_hide_in_search" ["value"]=> string(4) "show" ["compare"]=> string(1) "=" ["compare_key"]=> string(1) "=" ["alias"]=> string(12) "gum_postmeta" ["cast"]=> string(4) "CHAR" } } ["has_or_relation":protected]=> bool(false) } ["date_query"]=> bool(false) ["request"]=> string(1243) "SELECT SQL_CALC_FOUND_ROWS gum_posts.ID FROM gum_posts LEFT JOIN gum_term_relationships ON (gum_posts.ID = gum_term_relationships.object_id) INNER JOIN gum_postmeta ON ( gum_posts.ID = gum_postmeta.post_id ) WHERE 1=1 AND gum_posts.post_parent = 0 AND ( ( ( gum_term_relationships.term_taxonomy_id IN (307) ) ) ) AND (((gum_posts.post_title LIKE '{4c1ec1d4990f365d6ae75dccb7694e2890a1f20e85cc0236e55ca7b2c78356cf}LED{4c1ec1d4990f365d6ae75dccb7694e2890a1f20e85cc0236e55ca7b2c78356cf}') OR (gum_posts.post_excerpt LIKE '{4c1ec1d4990f365d6ae75dccb7694e2890a1f20e85cc0236e55ca7b2c78356cf}LED{4c1ec1d4990f365d6ae75dccb7694e2890a1f20e85cc0236e55ca7b2c78356cf}') OR (gum_posts.post_content LIKE '{4c1ec1d4990f365d6ae75dccb7694e2890a1f20e85cc0236e55ca7b2c78356cf}LED{4c1ec1d4990f365d6ae75dccb7694e2890a1f20e85cc0236e55ca7b2c78356cf}'))) AND (gum_posts.post_password = '') AND ( ( gum_postmeta.meta_key = 'product_hide_in_search' AND gum_postmeta.meta_value = 'show' ) ) AND gum_posts.post_type = 'product' AND (gum_posts.post_status = 'publish' OR gum_posts.post_status = 'future' OR gum_posts.post_status = 'draft' OR gum_posts.post_status = 'pending') GROUP BY gum_posts.ID ORDER BY gum_posts.menu_order ASC LIMIT 0, 24" ["posts"]=> array(24) { [0]=> object(stdClass)#4260 (26) { ["ID"]=> int(3998) ["post_author"]=> string(1) "5" ["post_date"]=> string(19) "2015-08-02 16:00:08" ["post_date_gmt"]=> string(19) "2015-08-02 16:00:08" ["post_content"]=> string(1198) "Fixture mounting/wiring channel is formed and welded 20 ga. steel chemically treated to resist corrosion and enhance paint adhesion. LED housing is extruded aluminum with sheet aluminum end caps. Standard fixture finish is semi-gloss white powder coat, applied post production Includes frosted acrylic lens for wide angle diffusion Available in nominal lengths of 2’, 3’, 4’ and 5’ LED housing rotates and locks in place without tools at -15°, 0°, 15°, 30°, 45°, 60°, 75°, 90° and 105° Knock outs on ends, and underside accept standard electrical fittings by others Standard integral 120V-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 4’ nominal non-dim or 0-10V (consult factory for all other lengths/drivers) Standard outputs are 480 and 625 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical LED life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled <b><i>MADE IN U.S.A.</i></b>" ["post_title"]=> string(6) "BSS110" ["post_excerpt"]=> string(208) "with 90+ CRI typical <strong>LED</strong> life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assemb<strong>led</strong> MADE IN U.S.A...." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss110" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-09-12 14:07:52" ["post_modified_gmt"]=> string(19) "2019-09-12 21:07:52" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=3998" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(205.06) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [1]=> object(stdClass)#4276 (26) { ["ID"]=> int(7209) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2016-05-25 20:15:50" ["post_date_gmt"]=> string(19) "2016-05-25 20:15:50" ["post_content"]=> string(1336) "Fixture constructed of an extruded aluminum housing, frosted, extruded acrylic lens and sheet aluminum end caps Model variations offered for surface and pendant mount applications Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 23”-89” single fixtures and continuous runs Continuous runs fitted with QuickConnects for simple, efficient wiring One ? 7/8” knock-out provided on both the top and back sides at the left end of the fixture Standard integral driver offered with 0-10V dimming or non-dim Other dimming driver options available Remote mounted emergency battery backup available (ordered separately, consult factory for details) Standard outputs are 5W and 8W nominal per foot LEDs available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam ellipse Lamp life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS755" ["post_excerpt"]=> string(220) "...mounted emergency battery backup available (ordered separately, consult factory for details) Standard outputs are 5W and 8W nominal per foot <strong>LED</strong>s available in 3000K, 3500K, 4000K, 5000K, all with a..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss755" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:21:45" ["post_modified_gmt"]=> string(19) "2019-07-29 22:21:45" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=7209" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [2]=> object(stdClass)#4262 (26) { ["ID"]=> int(4310) ["post_author"]=> string(1) "5" ["post_date"]=> string(19) "2015-08-11 19:04:24" ["post_date_gmt"]=> string(19) "2015-08-11 19:04:24" ["post_content"]=> string(1659) "Fixture constructed of an extruded aluminum, extruded, frosted acrylic lens and machined aluminum end caps Model variations offered in rectangular or rounded profiles for surface and wall mount or cable suspended applications with solid or luminous end options Field adjustable cable hangers can be located at nearly any point along the fixture length Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 2’-8’ single fixtures and continuous runs Basic continuous run fixtures provided with 18 ga. wiring harness for 6 Amp maximum load (consult factory for runs requiring multiple circuits, sensor integration, etc.) Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 4’ nominal non-dim or 0-10V (consult factory for all other lengths/drivers) Standard light outputs are 600 or 1000 lumens per foot LEDs available in 3000K, 3500K, 4000K and 5000K, within a 3 step MacAdam ellipse, all with 80+ CRI typical Life: 50,000 hours L<sub>70</sub> Passive infrared occupancy sensor available (FOR RECTANGULAR PROFILE ONLY) Limited five year warranty UL and C-UL listed for dry and damp locations ENERGY STAR? qualified IBEW manufactured and assembled <b><i>MADE IN U.S.A.</i></b>" ["post_title"]=> string(6) "BSS210" ["post_excerpt"]=> string(215) "...available for 4’ nominal non-dim or 0-10V (consult factory for all other lengths/drivers) Standard light outputs are 600 or 1000 lumens per foot <strong>LED</strong>s available in 3000K, 3500K, 4000K and..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss210" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-09-12 14:06:49" ["post_modified_gmt"]=> string(19) "2019-09-12 21:06:49" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=4310" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [3]=> object(stdClass)#4263 (26) { ["ID"]=> int(5853) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2015-08-06 22:58:15" ["post_date_gmt"]=> string(19) "2015-08-06 22:58:15" ["post_content"]=> string(1096) "Fixture constructed of an extruded aluminum housing, frosted acrylic extruded lens and machined aluminum end caps Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 2’-8’ single fixtures and continuous runs Included standard remote 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Remote mounted emergency battery backup available (ordered separately, consult factory for details) Standard outputs are 480, 625, and 820 lumems per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L<sub>70</sub> Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS500" ["post_excerpt"]=> string(210) "...(ordered separately, consult factory for details) Standard outputs are 480, 625, and 820 lumems per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse,..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss500" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:05:24" ["post_modified_gmt"]=> string(19) "2019-07-29 22:05:24" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=5853" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [4]=> object(stdClass)#4264 (26) { ["ID"]=> int(5866) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2015-08-05 00:18:23" ["post_date_gmt"]=> string(19) "2015-08-05 00:18:23" ["post_content"]=> string(1269) "Fixture constructed of an extruded aluminum housing, frosted acrylic extruded lens and sheet aluminum end caps Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 23”-89” single fixtures and continuous runs <span class="s1">Fixtures include coordinating (white, metal braided) 18 ga.</span> power cable Requires a remote driver and enclosure (ordered separately, refer to supplemental driver sheet for general information and consult factory for details and specification model number) Remote mounted emergency battery backup available (ordered separately, consult factory for details) Standard outputs are 5W and 8W nominal per foot LEDs available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam ellipse Lamp life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS510" ["post_excerpt"]=> string(190) "...8W nominal per foot <strong>LED</strong>s available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam ellipse Lamp life rated at..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss510" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:07:09" ["post_modified_gmt"]=> string(19) "2019-07-29 22:07:09" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=5866" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [5]=> object(stdClass)#4266 (26) { ["ID"]=> int(5924) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2015-08-03 22:32:11" ["post_date_gmt"]=> string(19) "2015-08-03 22:32:11" ["post_content"]=> string(1272) "Fixture housing constructed of an extruded aluminum tube, frosted acrylic extruded lens and sheet aluminum end caps Fixture arms are constructed of steel pipe, ?5/8” extruded aluminum sleeves and machined aluminum end cap couplers. Mounting plate options include a ?4-3/4” aluminum plate for mounting to 4” octagonal wall boxes or ?1-3/8” aluminum plate for mounting to accessible panels. Standard finishes as shown below Single and continuous run fixtures available with arm center distances of 24”-90”<span class="Apple-converted-space">?</span> Arms allow fixture to project from a wall or ceiling nominally 3”, 6”, 12” or 18” Fixture housing rotates 332° and is locked in place with hex fastener Included standard remote 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Fixture wired with 10’, low voltage leads (measured from the end cap) Standard outputs are 400 and 525 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L<sub>70</sub> Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS501" ["post_excerpt"]=> string(198) "...wired with 10’, low voltage leads (measured from the end cap) Standard outputs are 400 and 525 lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K, and 4000K, within a..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss501" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:05:49" ["post_modified_gmt"]=> string(19) "2019-07-29 22:05:49" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=5924" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [6]=> object(stdClass)#4267 (26) { ["ID"]=> int(5927) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2015-08-02 22:36:46" ["post_date_gmt"]=> string(19) "2015-08-02 22:36:46" ["post_content"]=> string(1512) "Fixture housing constructed of an extruded aluminum tube, frosted acrylic extruded lens and sheet aluminum end caps Fixture arms are constructed of steel pipe, ?5/8” extruded aluminum sleeves and machined aluminum end cap couplers. Includes ?4-3/4” x 1/8” thick aluminum plates and screws for mounting to 4” octagonal wall boxes (by others) Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 24”-68” single fixtures and continuous runs Arms allow fixture to project from a wall or ceiling nominally 4”, 6”, 12” or 18” Fixture housing rotates 332° and is locked in place with hex fastener Requires a remote driver and enclosure (ordered separately, refer to supplemental driver sheet for general information and consult factory for details and specification model number) Fixture wired with 10’, 18 ga., low voltage leads (measured from the end cap) LEDs available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam ellipse Lamp life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS511" ["post_excerpt"]=> string(213) "...factory for details and specification model number) Fixture wired with 10’, 18 ga., low voltage leads (measured from the end cap) <strong>LED</strong>s available in 3000K, 3500K, 4000K, 5000K, all with..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss511" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:08:41" ["post_modified_gmt"]=> string(19) "2019-07-29 22:08:41" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=5927" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [7]=> object(stdClass)#4268 (26) { ["ID"]=> int(5995) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2015-08-10 21:23:21" ["post_date_gmt"]=> string(19) "2015-08-10 21:23:21" ["post_content"]=> string(1447) "Fixture constructed of an extruded aluminum, extruded, frosted acrylic lens and machined aluminum end caps Model variations offered for surface, wall mount and cable suspended mounting with solid or luminous end options. Field adjustable cable hangers can be located at nearly any point along the fixture length Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 2’-8’ single fixtures and continuous runs Basic continuous run fixtures provided with 18 ga. wiring harness for 6 Amp maximum load (consult factory for runs requiring multiple circuits, sensor integration, etc.) Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 4’ nominal non-dim or 0-10V (consult factory for all other lengths/drivers) Standard light outputs are 600, 84o or 1135 lumens per foot LEDs available in 3000K, 3500K, 4000K, 5000K, within a 3 step MacAdam ellipse, all with 80+ CRI typical Life: 50,000 hours L<sub>70</sub> Passive infrared occupancy sensor available Limited five year warranty" ["post_title"]=> string(6) "BSS215" ["post_excerpt"]=> string(206) "...0-10V (consult factory for all other lengths/drivers) Standard light outputs are 600, 84o or 1135 lumens per foot <strong>LED</strong>s available in 3000K, 3500K, 4000K, 5000K, within a 3 step MacAdam..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss215" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 21:52:11" ["post_modified_gmt"]=> string(19) "2019-07-29 21:52:11" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=5995" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [8]=> object(stdClass)#4269 (26) { ["ID"]=> int(6068) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2015-08-03 19:02:23" ["post_date_gmt"]=> string(19) "2015-08-03 19:02:23" ["post_content"]=> string(711) "Fully assembled housing is formed and welded, 20 ga. steel, chemically treated to resist corrosion and enhance paint adhesion Knock-outs accept standard electrical fittings (by others) Available in nominal lengths of 2’ - 5’ Includes frosted acrylic lay in lens Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Options include 120V or 277V on/off rocker switch and passive infrared occupancy sensor Standard outputs are 495 and 640 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L<sub>70</sub> Limited five year warranty" ["post_title"]=> string(6) "BSS305" ["post_excerpt"]=> string(233) "Fully assemb<strong>led</strong> housing is formed and welded, 20 ga. steel, chemically treated to resist corrosion and enhance paint adhesion Knock-outs accept standard electrical fittings (by others) Available in nominal lengths..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss305" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:01:26" ["post_modified_gmt"]=> string(19) "2019-07-29 22:01:26" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=6068" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [9]=> object(stdClass)#4270 (26) { ["ID"]=> int(6168) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2015-08-01 21:13:47" ["post_date_gmt"]=> string(19) "2015-08-01 21:13:47" ["post_content"]=> string(1583) "Fixture constructed of an extruded aluminum housing, frosted acrylic extruded lens and sheet aluminum end caps Fixture arms are constructed of steel pipe, ?3/4” extruded aluminum sleeves and machined aluminum end cap couplers Includes ?4-3/4” x 1/8” thick aluminum plates and screws for mounting to 4” octagonal wall boxes (by others) Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 24”-68” single fixtures and continuous runs Arms allow fixture to project from a wall or ceiling nominally 4”, 6”, 12” or 18” Fixture housing rotates 341° and is locked in place with hex fastener Standard driver offered with 0-10V dimming or non-dim Other dimming driver options available (refer to supplemental driver sheet for general information and consult factory for details) Remote mounted emergency battery backup available (ordered separately, consult factory for details) Standard outputs are 5W and 8W nominal per foot LEDs available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam ellipse Lamp life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS521" ["post_excerpt"]=> string(238) "...general information and consult factory for details) Remote mounted emergency battery backup available (ordered separately, consult factory for details) Standard outputs are 5W and 8W nominal per foot <strong>LED</strong>s available..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss521" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:18:47" ["post_modified_gmt"]=> string(19) "2019-07-29 22:18:47" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=6168" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [10]=> object(stdClass)#4265 (26) { ["ID"]=> int(5870) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2015-08-04 00:21:51" ["post_date_gmt"]=> string(19) "2015-08-04 00:21:51" ["post_content"]=> string(1365) "Fixture constructed of an extruded aluminum housing, frosted extruded acrylic lens and sheet aluminum end caps Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 23”-89” single fixtures and continuous runs Continuous run fixtures provided with quick connects for simple, efficient wiring Single and Starter fixtures include coordinating (white, metal braided) 18 ga. power cable Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 45”-89” fixtures (remote battery backup available for shorter fixture lengths - ordered separately, consult factory for details) Standard outputs are 5W or 8W nominal per foot LEDs available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam ellipse Lamp life rated at 50,000 hours Limited 5 year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS520" ["post_excerpt"]=> string(211) "...for shorter fixture lengths – ordered separately, consult factory for details) Standard outputs are 5W or 8W nominal per foot <strong>LED</strong>s available in 3000K, 3500K, 4000K, 5000K, all with a..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(53) "bss520-linear-architectural-cable-suspended-luminaire" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:18:25" ["post_modified_gmt"]=> string(19) "2019-07-29 22:18:25" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=5870" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [11]=> object(stdClass)#4272 (26) { ["ID"]=> int(6500) ["post_author"]=> string(1) "5" ["post_date"]=> string(19) "2015-08-12 14:20:53" ["post_date_gmt"]=> string(19) "2015-08-12 14:20:53" ["post_content"]=> string(1833) "<span class="s1">Fixture constructed of an extruded aluminum housing, extruded, frosted acrylic lens and machined aluminum end caps</span> <span class="s1">Model variations offered in rectangular or rounded profiles for surface and cable suspended applications with solid or luminous end options</span> Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) <span class="s1">Available in nominal 2’-8’ single fixtures and continuous runs</span> <span class="s1">Basic continuous run fixtures provided with 18 ga. wiring harness for 6 Amp maximum load (consult factory for runs requiring multiple circuits, sensor integration, etc.)</span> <span class="s1">Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available)</span> <span class="s1">Integral 120-277V emergency battery backup available for 4’ nominal non-dim or 0-10V (consult factory for all other lengths/drivers)</span> <span class="s1">Standard light outputs are 600 or 800 lumens per foot</span> <span class="s1">LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical</span> Life: 50,000 hours L<sub>70</sub> <span class="s1">Passive infrared occupancy sensor available (FOR RECTANGULAR PROFILE ONLY)</span> <span class="s1">Limited five year warranty</span> <span class="s1">UL and C-UL listed for dry and damp locations</span> <span class="s1">IBEW manufactured and assembled</span> <span class="s1"><b><i>MADE IN U.S.A.</i></b></span>" ["post_title"]=> string(6) "BSS205" ["post_excerpt"]=> string(200) "...800 lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L70 Passive infrared occupancy..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss205" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 21:50:24" ["post_modified_gmt"]=> string(19) "2019-07-29 21:50:24" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=6500" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [12]=> object(stdClass)#4273 (26) { ["ID"]=> int(6865) ["post_author"]=> string(1) "5" ["post_date"]=> string(19) "2015-08-01 15:27:25" ["post_date_gmt"]=> string(19) "2015-08-01 15:27:25" ["post_content"]=> string(1297) "Fixture constructed of extruded aluminum, frosted extruded acrylic lenses and machined aluminum end caps Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Available in nominal lengths of 24”-89” single fixtures and continuous runs Continuous runs fitted with QuickConnects for simple, efficient wiring Available with dual circuiting of up light and down light elements and independent Wattage/foot options Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Remote mounted emergency battery backup available (ordered separately, consult factory for details) Standard outputs are 5W and 8W nominal per foot, per lighting element LEDs available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam ellipse Lamp life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS260" ["post_excerpt"]=> string(192) "...5W and 8W nominal per foot, per lighting element <strong>LED</strong>s available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss260" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:01:06" ["post_modified_gmt"]=> string(19) "2019-07-29 22:01:06" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=6865" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [13]=> object(stdClass)#4274 (26) { ["ID"]=> int(7165) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2016-04-13 21:59:44" ["post_date_gmt"]=> string(19) "2016-04-13 21:59:44" ["post_content"]=> string(1358) "Housing is formed and welded, 20 ga. steel, chemically treated to resist corrosion and enhance paint adhesion Model variations offered in rectangular or rounded profiles for surface and cable suspended applications Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Available as single fixtures in nominal lengths of 2’-8’ Surface mount models include knock outs on the rear and surface or suspended models are available with optional end knock outs. Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 4’ nominal non-dim or 0-10V (consult factory for all other lengths/drivers) Standard light outputs are 600 or 800 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse all with 90+ CRI typical Life: 50,000 hours L<sub>70</sub> Passive infrared occupancy sensor available (FOR RECTANGULAR PROFILE ONLY) Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled <b><i>Made in U.S.A.</i></b>" ["post_title"]=> string(6) "BLT205" ["post_excerpt"]=> string(201) "...factory for all other lengths/drivers) Standard light outputs are 600 or 800 lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse all..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "blt205" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-09-12 14:05:41" ["post_modified_gmt"]=> string(19) "2019-09-12 21:05:41" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=7165" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [14]=> object(stdClass)#4277 (26) { ["ID"]=> int(7221) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2016-05-27 17:16:07" ["post_date_gmt"]=> string(19) "2016-05-27 17:16:07" ["post_content"]=> string(1247) "Fixture housing and trim elements made of extruded aluminum and 16 ga. sheet aluminum and steel parts Model options available for typical 9/16” and 15/16” grid ceilings or hard walls/ceilings with flange and trimless mounting (wall installation requires accessory mounting brackets) Basic continuous run fixtures provided with 18 ga. wiring harness for 6 Amp maximum load (consult factory for runs requiring multiple circuits, sensor integration, etc.) Frosted acrylic lens options include a flush fit or 1” drop style with lensed ends Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 44”-88” fixtures (supplied with remote test switch/indicator plate assembly) Standard light outputs range from 450 – 830 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L<sub>70</sub> Chicago plenum rated option available Nominal weight is 2.8 lbs. per foot Limited five year warranty UL and C-UL listed for dry and damp locations and I.C. rated IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS420" ["post_excerpt"]=> string(197) "...lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L70 Chicago plenum rated option..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss420" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:02:05" ["post_modified_gmt"]=> string(19) "2019-07-29 22:02:05" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=7221" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [15]=> object(stdClass)#4287 (26) { ["ID"]=> int(10382) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2018-09-04 17:38:16" ["post_date_gmt"]=> string(19) "2018-09-04 17:38:16" ["post_content"]=> string(951) "Fixture constructed of an extruded aluminum housing, frosted, extruded acrylic lens and sheet aluminum end caps Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Available in nominal lengths of 2’-8’ single fixtures and continuous runs Fixtures wired with 10’ low voltage leads and ?7/8 hole for back feeding Included remote 120-277V wet location driver offered with 0-10V dimming or non-dim and surface mount aluminum enclosure Standard outputs are 430, 865 and 1135 lumens per foot LEDs available in 2700K, 3000K, 3500K and 4000K, within a 3 step MacAdam ellipse, all with 80+ CRI typical Life: 50,000 hours L<sub>70</sub> Limited five year warranty UL and C-UL listed for wet locations Made in U.S.A." ["post_title"]=> string(6) "BSW750" ["post_excerpt"]=> string(186) "...are 430, 865 and 1135 lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K and 4000K, within a 3 step MacAdam ellipse, all with 80+ CRI typical Life: 50,000 hours..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bsw750" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:38:07" ["post_modified_gmt"]=> string(19) "2019-07-29 22:38:07" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(62) "https://bartcodev.wpengine.com/?post_type=product&p=10382" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(153.79) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [16]=> object(stdClass)#4278 (26) { ["ID"]=> int(7308) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2016-08-03 18:04:16" ["post_date_gmt"]=> string(19) "2016-08-03 18:04:16" ["post_content"]=> string(1247) "Fixture housing and trim elements made of extruded aluminum and 16 ga. sheet aluminum and steel parts Model options available for typical 9/16” and 15/16” grid ceilings or hard walls/ceilings with flange and trimless mounting (wall installation requires accessory mounting brackets) Basic continuous run fixtures provided with 18 ga. wiring harness for 6 Amp maximum load (consult factory for runs requiring multiple circuits, sensor integration, etc.) Frosted acrylic lens options include a flush fit or 1” drop style with lensed ends Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 44”-88” fixtures (supplied with remote test switch/indicator plate assembly) Standard light outputs range from 480 – 940 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L<sub>70</sub> Chicago plenum rated option available Nominal weight is 3.1 lbs. per foot Limited five year warranty UL and C-UL listed for dry and damp locations and I.C. rated IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS430" ["post_excerpt"]=> string(197) "...lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L70 Chicago plenum rated option..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss430" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:02:27" ["post_modified_gmt"]=> string(19) "2019-07-29 22:02:27" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=7308" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [17]=> object(stdClass)#4279 (26) { ["ID"]=> int(7313) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2016-08-03 18:24:53" ["post_date_gmt"]=> string(19) "2016-08-03 18:24:53" ["post_content"]=> string(1247) "Fixture housing and trim elements made of extruded aluminum and 16 ga. sheet aluminum and steel parts Model options available for typical 9/16” and 15/16” grid ceilings or hard walls/ceilings with flange and trimless mounting (wall installation requires accessory mounting brackets) Basic continuous run fixtures provided with 18 ga. wiring harness for 6 Amp maximum load (consult factory for runs requiring multiple circuits, sensor integration, etc.) Frosted acrylic lens options include a flush fit or 1” drop style with lensed ends Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 44”-88” fixtures (supplied with remote test switch/indicator plate assembly) Standard light outputs range from 465 – 905 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L<sub>70</sub> Chicago plenum rated option available Nominal weight is 3.4 lbs. per foot Limited five year warranty UL and C-UL listed for dry and damp locations and I.C. rated IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSS440" ["post_excerpt"]=> string(197) "...lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical Life: 50,000 hours L70 Chicago plenum rated option..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss440" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:02:55" ["post_modified_gmt"]=> string(19) "2019-07-29 22:02:55" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=7313" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [18]=> object(stdClass)#4271 (26) { ["ID"]=> int(6498) ["post_author"]=> string(1) "5" ["post_date"]=> string(19) "2015-08-03 21:21:04" ["post_date_gmt"]=> string(19) "2015-08-03 21:21:04" ["post_content"]=> string(1498) "Fixture constructed of an extruded aluminum housing, frosted extruded acrylic lens and sheet aluminum end caps Model variations offered for surface and cable suspended applications Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Surface mount models are available in nominal lengths of 23”-90” as single fixtures only Cable suspended models are available in nominal lengths of 23”-90” as single fixtures and continuous runs Surface mount models install with spring clips and are wired with 10’ low voltage leads, exiting from the end cap or the back at an end Requires a remote driver and enclosure (ordered separately, refer to supplemental driver sheet for general information and consult factory for details and specification model number) Remote mounted emergency battery backup available (ordered separately, consult factory for details) Standard outputs are 5W, 7W, and 12W nominal per foot LEDs available in 3000K, 3500K, 4000K, 5000K, all with a typical 84-85 CRI and color consistency within a 3 step MacAdam ellipse Lamp life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled" ["post_title"]=> string(6) "BSS840" ["post_excerpt"]=> string(216) "...battery backup available (ordered separately, consult factory for details) Standard outputs are 5W, 7W, and 12W nominal per foot <strong>LED</strong>s available in 3000K, 3500K, 4000K, 5000K, all with a typical..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss840" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:22:01" ["post_modified_gmt"]=> string(19) "2019-07-29 22:22:01" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=6498" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(51.26) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [19]=> object(stdClass)#4261 (26) { ["ID"]=> int(4000) ["post_author"]=> string(1) "5" ["post_date"]=> string(19) "2013-08-26 16:04:19" ["post_date_gmt"]=> string(19) "2013-08-26 16:04:19" ["post_content"]=> string(1672) "<ul> <li class="p1">Fixture constructed of an extruded aluminum housing, extruded, frosted acrylic lens and sheet aluminum end caps</li> <li class="p1">Fixture mounts to closet walls with machined aluminum cup-style holders</li> <li class="p1">Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes)</li> <li class="p1">Satin anodize finish also available (may require additional lead time)</li> <li class="p1">Available for closet openings of 2’ – 8’ nominal</li> <li class="p1">Fixed length or adjustable intermediate supports required for fixture lengths over 34-15/16” with 33 lbs. capacity for every 36” of length between supports</li> <li class="p1">Fixture housings cut to length in 1/16” increments based on 11” length LED board modules</li> <li class="p1">Fixtures wired with 10’ low voltage leads</li> <li class="p1">Included standard remote 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available)</li> <li class="p1">Standard output is 480 lumens per foot</li> <li class="p1">LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical</li> <li class="p1">Lamp life rated at 50,000 hours</li> <li class="p1">Limited five year warranty</li> <li class="p1">UL and C-UL listed for storage spaces</li> <li class="p1">IBEW manufactured and assembled</li> <li class="p1"><b><i>MADE IN U.S.A.</i></b></li> </ul>" ["post_title"]=> string(6) "BCR100" ["post_excerpt"]=> string(226) "...lbs. capacity for every 36” of length between supports Fixture housings cut to length in 1/16” increments based on 11” length <strong>LED</strong> board modules Fixtures wired with 10’ low voltage..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bcr100" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 20:50:24" ["post_modified_gmt"]=> string(19) "2019-07-29 20:50:24" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=4000" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(102.53) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [20]=> object(stdClass)#4275 (26) { ["ID"]=> int(7184) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2016-04-26 19:43:16" ["post_date_gmt"]=> string(19) "2016-04-26 19:43:16" ["post_content"]=> string(1396) "Fixture constructed of an extruded aluminum housing, extruded, frosted acrylic lens and machined aluminum end caps Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Satin anodize finish also available (may require additional lead time) Fixture housing engages with an extruded aluminum cleat in a direct or indirect orientation and is secured with lock screws Available in nominal lengths of 2’-8’ as single fixtures and continuous runs Fixtures wired with 10’ low voltage leads which exit from the rear at the left or right end Requires a remote driver and enclosure (ordered separately, refer to supplemental driver sheet for general information and consult factory for details and specification model number) Remote mounted emergency battery backup available (ordered separately, consult factory for details) Standard light outputs are 550 or 750 lumens per foot LEDs available in 2700K, 3000K, 3500K and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical LED life rated at 50,000 hours Five year limited warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled <b><i>MADE IN U.S.A.</i></b>" ["post_title"]=> string(6) "BSS710" ["post_excerpt"]=> string(202) "...750 lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical <strong>LED</strong> life rated at 50,000 hours Five..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss710" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:20:57" ["post_modified_gmt"]=> string(19) "2019-07-29 22:20:57" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=7184" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(102.53) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [21]=> object(stdClass)#4280 (26) { ["ID"]=> int(9297) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2017-01-31 20:17:59" ["post_date_gmt"]=> string(19) "2017-01-31 20:17:59" ["post_content"]=> string(1348) "Fixture constructed of extruded aluminum frame sides, 20 gauge steel and aluminum end plates, joining components and reflectors and 2” wide frosted acrylic lens Available in nominal 24”-96” lengths in 3” increments as single fixtures and continuous runs Single fixtures and runs can be flush mounted on all sides within a single plane or butt up to an adjacent plane LED module/reflector assembly accessed and serviced through the fixture aperture Standard constant voltage driver offered with 0-10V dimming or non-dim and with integral or remote mount options Integral driver option ensures there are no issues with voltage drop across the length of the fixture run Driver housing designed to fit within 16” on center wall studs and can be positioned in the field Frosted acrylic lens segments are provided longer than required and trimmed to fit in the field (lens quantities lengths and joints for a given run will be optimized in the shop drawing phase) Standard output is 500 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 80+ CRI typical LED life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations and I.C. rated IBEW manufactured and assembled <strong><em>Made in U.S.A.</em></strong>" ["post_title"]=> string(6) "BIW110" ["post_excerpt"]=> string(210) "...CRI typical <strong>LED</strong> life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations and I.C. rated IBEW manufactured and assemb<strong>led</strong> Made in..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "biw110" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-08-09 16:53:06" ["post_modified_gmt"]=> string(19) "2019-08-09 16:53:06" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=9297" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(102.53) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [22]=> object(stdClass)#4282 (26) { ["ID"]=> int(9723) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2018-01-03 17:17:31" ["post_date_gmt"]=> string(19) "2018-01-03 17:17:31" ["post_content"]=> string(1092) "<ul> <li class="p1">Fixture comprised of an aluminum extrusion with knife edge profile, high reflectance LED reflector and acrylic dust cover</li> <li class="p1">Knife edge extrusion accepts 5/8” drywall and is finished in primer powder coat</li> <li class="p1">Includes heavy gauge steel hanging bracket</li> <li class="p1">Available in nominal lengths of 2’-8’ lengths, 90° inside and outside corners and field-trimmable filler lengths</li> <li class="p1">Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available)</li> <li class="p1">Standard light outputs are 590 or 760 lumens per foot</li> <li class="p1">LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical</li> <li class="p1">LED life rated at 50,000 hours</li> <li class="p1">Limited five year warranty</li> <li class="p1">UL and C-UL listed for dry and damp locations</li> <li class="p1">IBEW manufactured and assembled</li> <li class="p1"><b><i>MADE IN U.S.A.</i></b></li> </ul>" ["post_title"]=> string(6) "ADL210" ["post_excerpt"]=> string(214) "MacAdam ellipse, all with 90+ CRI typical <strong>LED</strong> life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assemb<strong>led</strong>..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "adl210" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 20:25:41" ["post_modified_gmt"]=> string(19) "2019-07-29 20:25:41" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=9723" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(102.53) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } [23]=> object(stdClass)#4286 (26) { ["ID"]=> int(10381) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2018-09-04 17:37:42" ["post_date_gmt"]=> string(19) "2018-09-04 17:37:42" ["post_content"]=> string(1430) "Fixture housing constructed of an extruded aluminum tube, frosted acrylic extruded lens and sheet aluminum end caps Fixture arms are constructed of zinc plated steel pipe ?5/8” extruded aluminum sleeves and machined aluminum end cap couplers. Includes<span class="Apple-converted-space">? </span>?4-3/4” aluminum plate for mounting to 4” octagonal wall boxes (by others). Standard finishes include architectural white (semi-matte), white (semi-gloss), black (semi-matte), matte black, environmental? satin silver (alternative to anodize), bronze and primer powder coat, applied post production (consult factory for custom finishes) Single and continuous run fixtures available with arm center distances of 2’-5’ nominal Arms allow fixture to project from a wall or roofline nominally 3”, 6” or 12” Fixture housing rotates 332° and is locked in place with hex fastener Fixture wired with 10’ low voltage leads (measured from the end cap) Included remote 120-277V wet location driver offered with 0-10V dimming or non-dim and surface mount aluminum enclosure Standard outputs are 355, 710 and 915 lumens per foot LEDs available in 2700K, 3000K, 3500K and 4000K, within a 3 step MacAdam ellipse, all with 80+ CRI typical Life: 50,000 hours L<sub>70</sub> Limited five year warranty UL and C-UL listed for wet locations IBEW manufactured and assembled Made in U.S.A." ["post_title"]=> string(6) "BSW501" ["post_excerpt"]=> string(187) "...outputs are 355, 710 and 915 lumens per foot <strong>LED</strong>s available in 2700K, 3000K, 3500K and 4000K, within a 3 step MacAdam ellipse, all with 80+ CRI typical Life: 50,000..." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bsw501" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-07-29 22:37:05" ["post_modified_gmt"]=> string(19) "2019-07-29 22:37:05" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(62) "https://bartcodev.wpengine.com/?post_type=product&p=10381" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(102.53) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } } ["post_count"]=> int(24) ["current_post"]=> int(-1) ["in_the_loop"]=> bool(false) ["post"]=> object(stdClass)#4260 (26) { ["ID"]=> int(3998) ["post_author"]=> string(1) "5" ["post_date"]=> string(19) "2015-08-02 16:00:08" ["post_date_gmt"]=> string(19) "2015-08-02 16:00:08" ["post_content"]=> string(1198) "Fixture mounting/wiring channel is formed and welded 20 ga. steel chemically treated to resist corrosion and enhance paint adhesion. LED housing is extruded aluminum with sheet aluminum end caps. Standard fixture finish is semi-gloss white powder coat, applied post production Includes frosted acrylic lens for wide angle diffusion Available in nominal lengths of 2’, 3’, 4’ and 5’ LED housing rotates and locks in place without tools at -15°, 0°, 15°, 30°, 45°, 60°, 75°, 90° and 105° Knock outs on ends, and underside accept standard electrical fittings by others Standard integral 120V-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available) Integral 120-277V emergency battery backup available for 4’ nominal non-dim or 0-10V (consult factory for all other lengths/drivers) Standard outputs are 480 and 625 lumens per foot LEDs available in 2700K, 3000K, 3500K, and 4000K, within a 3 step MacAdam ellipse, all with 90+ CRI typical LED life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assembled <b><i>MADE IN U.S.A.</i></b>" ["post_title"]=> string(6) "BSS110" ["post_excerpt"]=> string(208) "with 90+ CRI typical <strong>LED</strong> life rated at 50,000 hours Limited five year warranty UL and C-UL listed for dry and damp locations IBEW manufactured and assemb<strong>led</strong> MADE IN U.S.A...." ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(6) "bss110" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2019-09-12 14:07:52" ["post_modified_gmt"]=> string(19) "2019-09-12 21:07:52" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(60) "https://bartcodev.wpengine.com/?post_type=product&p=3998" ["menu_order"]=> int(0) ["post_type"]=> string(7) "product" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["relevance_score"]=> float(205.06) ["original_excerpt"]=> string(0) "" ["filter"]=> string(3) "raw" } ["comment_count"]=> int(0) ["current_comment"]=> int(-1) ["found_posts"]=> int(29) ["max_num_pages"]=> float(2) ["max_num_comment_pages"]=> int(0) ["is_single"]=> bool(false) ["is_preview"]=> bool(false) ["is_page"]=> bool(false) ["is_archive"]=> bool(true) ["is_date"]=> bool(false) ["is_year"]=> bool(false) ["is_month"]=> bool(false) ["is_day"]=> bool(false) ["is_time"]=> bool(false) ["is_author"]=> bool(false) ["is_category"]=> bool(false) ["is_tag"]=> bool(false) ["is_tax"]=> bool(false) ["is_search"]=> bool(true) ["is_feed"]=> bool(false) ["is_comment_feed"]=> bool(false) ["is_trackback"]=> bool(false) ["is_home"]=> bool(false) ["is_privacy_policy"]=> bool(false) ["is_404"]=> bool(false) ["is_embed"]=> bool(false) ["is_paged"]=> bool(false) ["is_admin"]=> bool(true) ["is_attachment"]=> bool(false) ["is_singular"]=> bool(false) ["is_robots"]=> bool(false) ["is_posts_page"]=> bool(false) ["is_post_type_archive"]=> bool(true) ["query_vars_hash":"WP_Query":private]=> string(32) "9b68206eac00f55d023f76d554ad6a93" ["query_vars_changed":"WP_Query":private]=> bool(false) ["thumbnails_cached"]=> bool(false) ["stopwords":"WP_Query":private]=> array(29) { [0]=> string(5) "about" [1]=> string(2) "an" [2]=> string(3) "are" [3]=> string(2) "as" [4]=> string(2) "at" [5]=> string(2) "be" [6]=> string(2) "by" [7]=> string(3) "com" [8]=> string(3) "for" [9]=> string(4) "from" [10]=> string(3) "how" [11]=> string(2) "in" [12]=> string(2) "is" [13]=> string(2) "it" [14]=> string(2) "of" [15]=> string(2) "on" [16]=> string(2) "or" [17]=> string(4) "that" [18]=> string(3) "the" [19]=> string(4) "this" [20]=> string(2) "to" [21]=> string(3) "was" [22]=> string(4) "what" [23]=> string(4) "when" [24]=> string(5) "where" [25]=> string(3) "who" [26]=> string(4) "will" [27]=> string(4) "with" [28]=> string(3) "www" } ["compat_fields":"WP_Query":private]=> array(2) { [0]=> string(15) "query_vars_hash" [1]=> string(18) "query_vars_changed" } ["compat_methods":"WP_Query":private]=> array(2) { [0]=> string(16) "init_query_flags" [1]=> string(15) "parse_tax_query" } } *** END VAR DUMP *** -->
Please remove. I described the problem incorrectly. New topic with correct description here: https://www.ads-software.com/support/topic/relevanssi_do_query-ignoring-meta_query-tax_query/
Forum: Fixing WordPress
In reply to: Multiple meta_query in get_posts returns no resultsCode:
$args = array( 'posts_per_page' => 99999, 'post_type' => 'events', 'order' => 'ASC', 'orderby' => 'meta_value_num', 'meta_key' => 'day', 'meta_query' => array( array( 'key' => 'month', 'value' => $month ), array( 'key' => 'year', 'value' => $year ), array( 'key' => 'hide_calendar', 'value' => false ), ), );
Forum: Fixing WordPress
In reply to: Multiple meta_query in get_posts returns no resultsPS, i put the code in backticks as suggested, but it still displayed as above, sorry!