{"id":41339,"date":"2023-08-02T09:00:05","date_gmt":"2023-08-02T09:00:05","guid":{"rendered":"https:\/\/crocoblock.com\/knowledge-base\/?post_type=article&#038;p=41339"},"modified":"2023-12-11T16:48:49","modified_gmt":"2023-12-11T16:48:49","slug":"how-to-filter-by-relation-meta","status":"publish","type":"article","link":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/","title":{"rendered":"How to Filter by Relation Meta"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"create-sql-query-in-query-builder\">Create SQL Query in Query Builder<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Begin with creating a custom query in the <em>JetEngine <\/em>Query Builder. Go to <strong><em>WordPress Dashboard &gt; JetEngine &gt; Query Builder<\/em><\/strong> and press \u201c<strong>Add New<\/strong>.\u201d&nbsp;<\/p>\n\n\n\n<p>Give a <strong>Name <\/strong>to the query, a <strong>Description <\/strong>if desired, and set <strong>Query Type <\/strong>to \u201cSQL\/AI Query.\u201d<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_77.png\" alt=\"sql ai query type\">\n\n\n\n<p>In the <strong>Custom SQL Query <\/strong>section, add a \u201cjet_rel_default_meta\u201d <strong>From table<\/strong> as the source of pulling the values from the relation meta fields.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_78.png\" alt=\"relation meta fields query clause\">\n\n\n\n<p>Remember that the \u201cjet_rel_default_meta\u201d table should be selected if you keep <strong>Register separate DB table<\/strong> in the <strong>Relation <\/strong>settings disabled.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_79.png\" alt=\"register separate db table toggle\">\n\n\n\n<p>If you have this toggle in the enabled state, a separate table is created in the database, which has a different name like \u201cjet_rel_81_meta\u201d, where \u201c81\u201d is substituted with the <strong>Relation <\/strong>ID from your website.&nbsp;<\/p>\n\n\n\n<p>So, in this case, a respective table should be selected in the <strong>From Table<\/strong> field.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_80.png\" alt=\"relation id\">\n\n\n\n<p>Next, add the <strong>Where (query clause)<\/strong>,<strong> <\/strong>which specifies the meta field of the relation by which the filtering is to be performed. Select \u201cmeta_key\u201d as a Column, which is \u201cEqual\u201d (<strong>Compare <\/strong>field) to your relation meta field name mentioned in the <strong>Value <\/strong>field.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_81.png\" alt=\"relation meta query clause\">\n\n\n\n<p>The following clause is needed if the option <strong>Register separate DB table<\/strong> is disabled.&nbsp;<\/p>\n\n\n\n<p>In this case, the \u201crel_id\u201d value should be set as a <strong>Column<\/strong>, \u201cEqual\u201d as <strong>Compare <\/strong>operator, and the ID of the relation needs to be specified in the clause as the <strong>Value<\/strong>. As was shown earlier, you can find the ID of the relation in the URL on the <strong>Relation <\/strong>editing page.<\/p>\n\n\n\n<p>Also, mind changing the <strong>Type <\/strong>option to \u201cNumeric.\u201d<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_82.png\" alt=\"relation id query clause\">\n\n\n\n<p>In the query results preview, you can see the \u201cmeta_value\u201d column stores the value from the <strong>Relation <\/strong>meta field based on which the filter will be built.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_84.png\" alt=\"meta value in preview results window\">\n\n\n\n<p>As the query is completed, you can save it.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"make-filter-in-jetsmartfilters\">Make Filter in JetSmartFilters<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Now proceed with creating a filter using the <em>JetSmartFilters <\/em>plugin.&nbsp;<\/p>\n\n\n\n<p>Go to <strong><em>WordPress Dashboard &gt; Smart Filters &gt; Add New<\/em><\/strong> and select a needed type of filter. In the described case, we chose a \u201cRadio\u201d <strong>Filter Type<\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_85.png\" alt=\"radio filter type selected\">\n\n\n\n<p>Next, pick a \u201cJetEngine Query Builder\u201d <strong>Data Source<\/strong>, and select a custom query from the previous step.<\/p>\n\n\n\n<p>The <strong>Property to get Value from<\/strong> and <strong>Property to get Label from<\/strong> should be completed with \u201cmeta_value\u201d.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_86.png\" alt=\"jetengine query builder as a filter data source\">\n\n\n\n<p>The last setting in the filter setup is the <strong>Query Variable<\/strong>, by which the filtering is performed. It should be &#8220;meta_value&#8221; as well.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_87.png\" alt=\"meta value set as query variable\">\n\n\n\n<p>The filter setup is completed; it can be saved now.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"create-sql-query-in-query-builder\">Create SQL Query in Query Builder<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>At this stage, we need to create another custom query that will be the source of the <strong>Listing template<\/strong> used in the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/listing-grid-widget-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\">Listing Grid<\/a> widget to show the filtered results.<\/p>\n\n\n\n<p>Go to <strong><em>WordPress Dashboard &gt; JetEngine &gt; Query Builder<\/em><\/strong>, and add a new custom query of \u201cSQL\/AI Query\u201d <strong>Query Type<\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_88.png\" alt=\"sql ai query type\">\n\n\n\n<p>Choose a table where an item from the relation is stored which is to be filtered.&nbsp;<\/p>\n\n\n\n<p>In the described case, it is the CCT. Therefore, a CCT table is selected accordingly. If you want to filter a post type used in the relation, pick a \u201cposts\u201d table.<\/p>\n\n\n\n<p>After it, enable the <strong>Use Join<\/strong> toggle.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_91.png\" alt=\"use join toggle\">\n\n\n\n<p>After turning on the toggle, pick \u201cInner Join\u201d as a <strong>Join Type<\/strong>, and join the &#8220;jet_rel_default_meta&#8221; table.<\/p>\n\n\n<div class=\"note-banner d-flex border-bold border-jetsmartfilters rounded overflow-hidden p-20\"><div class=\"mr-12\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z\" fill=\"#FA5450\"\/><\/svg><\/div><div class=\"d-flex flex-column\"><div class=\"text-900 mb-12\">Warning<\/div><p class=\"m-0\">Remember that you may need to select a custom table for a relation if you enable <strong>Register separate DB<\/strong> table in the settings upon creating a relation.<\/p><\/div><\/div>\n\n\n\n<p><strong>When current table column<\/strong> field should be completed with an option corresponding to the item in the relation that will be filtered.&nbsp;<\/p>\n\n\n\n<p>In the provided case, a <strong>CCT<\/strong> that is a parent item in the relation will be filtered, which is why the \u201cparent_object_id&#8221; is chosen.<\/p>\n\n\n\n<p><strong>Is equal to other table column<\/strong> should be set to <strong>CCT\u2019s<\/strong> \u201c_ID\u201d or \u201cID\u201d in case a \u201cposts\u201d table was added previously.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_92.png\" alt=\"relation inner join\">\n\n\n\n<p>Next, add an item in the <strong>Where (query clauses) <\/strong>section, and specify a \u201cjet_rel_default_meta.meta_key\u201d <strong>Column <\/strong>to be \u201cEqual\u201d (<strong>Compare <\/strong>field) to the <strong>Relation <\/strong>meta field name (<strong>Value <\/strong>field.) With this clause, the posts will be pulled which have a value in the meta field of the relation.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_93.png\" alt=\"value in the meta field of the relation query clause\">\n\n\n\n<p>If you use a post type instead of a CCT in the relation which is to be filtered, you may also need to specify a post type in the query. You should select \u201cposts.post_type\u201d to be \u201cEqual\u201d to a desired post type slug.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_94.png\" alt=\"post type query clause\">\n\n\n\n<p>The custom query is done at this point, so it can be saved.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"build-listing-template-for-custom-query\">Build Listing Template for Custom Query<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Go to <strong><em>WordPress Dashboard &gt; JetEngine &gt; Listings<\/em><\/strong>, and click the \u201c<strong>Add New<\/strong>\u201d button.&nbsp;<\/p>\n\n\n\n<p>The <strong>Listing source<\/strong> should be set to \u201cQuery Builder\u201d and the query created in a previous step should be picked in the <strong>Query <\/strong>field.<\/p>\n\n\n\n<p>Complete the <strong>Listing item name <\/strong>and pick the <strong>Listing view<\/strong>. Press the \u201c<strong>Create Listing Item<\/strong>\u201d button.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_95.png\" alt=\"sql relation query as listing source\">\n\n\n\n<p>In the <strong>Listing template<\/strong>, you can add a <a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/dynamic-field-widget-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Dynamic Field<\/strong><\/a> widget to pull data from the custom query.<\/p>\n\n\n<div class=\"note-banner d-flex border-bold border-jetsmartfilters rounded overflow-hidden p-20\"><div class=\"mr-12\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z\" fill=\"#FA5450\"\/><\/svg><\/div><div class=\"d-flex flex-column\"><div class=\"text-900 mb-12\">Warning<\/div><p class=\"m-0\">Note that you need to select fields under the <strong>Query<\/strong> section to output data in the <strong>Listing template<\/strong> for a custom query.<\/p><\/div><\/div>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_96.png\" alt=\"work name query dynamic field widget\">\n\n\n\n<p>You can use a \u201cmeta_value\u201d <strong>Custom Object field\/ Meta field \/ Repeater key <\/strong>to show a value from a <strong>Relation <\/strong>meta field.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_97.png\" alt=\"relation meta field dynamic value\">\n\n\n\n<p>Once you added all other needed fields, the <strong>Listing template<\/strong> can be saved.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"check-filtering-on-the-front-end\">Check Filtering on the Front End<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Add the filter and <strong>Listing Grid<\/strong> widget to a page to check the result.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_98.png\" alt=\"relation meta query radio filter in elementor\">\n\n\n\n<p>In the <strong>Listing Grid <\/strong>widget, select a <strong>Listing <\/strong>template that was built in a previous step.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_99.png\" alt=\"listing from sql cct relation in a listing grid\">\n\n\n\n<p>The setup is done; check the filtering on the front end.<\/p>\n\n\n\n<p>When an option is picked in the filter, a respective item with the filtered value in the <strong>Relation <\/strong>meta field is displayed in the <strong>Listing Grid<\/strong> accordingly.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_100.png\" alt=\"listing grid and filter on the front end\">\n<\/div><\/div>\n\n\n\n<p>Now you know how to build SQL queries and a filter to create filtering by a relation meta field on your website using the <em>JetEngine <\/em>and <em>JetSmartFilters <\/em>plugins.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial explains creating a custom SQL query for JetEngine Relation to filter posts by a Relation meta field.<\/p>\n","protected":false},"author":9,"featured_media":0,"template":"","format":"standard","builder-category":[],"article-category":[421,399],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Filter by Relation Meta \u2014 JetEngine | Crocoblock<\/title>\n<meta name=\"description\" content=\"From this guide, you will discover how to build an SQL query for JetEngine relation and filter posts by this relation\u2019s meta field on your WordPress website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Filter by Relation Meta \u2014 JetEngine | Crocoblock\" \/>\n<meta property=\"og:description\" content=\"From this guide, you will discover how to build an SQL query for JetEngine relation and filter posts by this relation\u2019s meta field on your WordPress website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/\" \/>\n<meta property=\"og:site_name\" content=\"Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-11T16:48:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_77.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/\",\"name\":\"How to Filter by Relation Meta \u2014 JetEngine | Crocoblock\",\"isPartOf\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\"},\"datePublished\":\"2023-08-02T09:00:05+00:00\",\"dateModified\":\"2023-12-11T16:48:49+00:00\",\"description\":\"From this guide, you will discover how to build an SQL query for JetEngine relation and filter posts by this relation\u2019s meta field on your WordPress website.\",\"breadcrumb\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Filter by Relation Meta\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"name\":\"Help Center\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\",\"name\":\"Help Center\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"contentUrl\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"caption\":\"Help Center\"},\"image\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Filter by Relation Meta \u2014 JetEngine | Crocoblock","description":"From this guide, you will discover how to build an SQL query for JetEngine relation and filter posts by this relation\u2019s meta field on your WordPress website.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/","og_locale":"en_US","og_type":"article","og_title":"How to Filter by Relation Meta \u2014 JetEngine | Crocoblock","og_description":"From this guide, you will discover how to build an SQL query for JetEngine relation and filter posts by this relation\u2019s meta field on your WordPress website.","og_url":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/","og_site_name":"Help Center","article_modified_time":"2023-12-11T16:48:49+00:00","og_image":[{"url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_77.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/","url":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/","name":"How to Filter by Relation Meta \u2014 JetEngine | Crocoblock","isPartOf":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#website"},"datePublished":"2023-08-02T09:00:05+00:00","dateModified":"2023-12-11T16:48:49+00:00","description":"From this guide, you will discover how to build an SQL query for JetEngine relation and filter posts by this relation\u2019s meta field on your WordPress website.","breadcrumb":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/how-to-filter-by-relation-meta\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/crocoblock.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/crocoblock.com\/knowledge-base\/articles\/"},{"@type":"ListItem","position":3,"name":"How to Filter by Relation Meta"}]},{"@type":"WebSite","@id":"https:\/\/crocoblock.com\/knowledge-base\/#website","url":"https:\/\/crocoblock.com\/knowledge-base\/","name":"Help Center","description":"","publisher":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization","name":"Help Center","url":"https:\/\/crocoblock.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","contentUrl":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","caption":"Help Center"},"image":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article\/41339"}],"collection":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/users\/9"}],"wp:attachment":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=41339"}],"wp:term":[{"taxonomy":"builder-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/builder-category?post=41339"},{"taxonomy":"article-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article-category?post=41339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}