{"id":9631,"date":"2016-01-26T05:18:30","date_gmt":"2016-01-26T13:18:30","guid":{"rendered":"http:\/\/www.seedcode.com\/?p=9631"},"modified":"2016-01-26T05:18:30","modified_gmt":"2016-01-26T13:18:30","slug":"filtering-filemaker-maps","status":"publish","type":"post","link":"https:\/\/seedcode.com\/filtering-filemaker-maps\/","title":{"rendered":"Filtering FileMaker Maps"},"content":{"rendered":"<p>Based on a customer&#8217;s request we&#8217;ve put together a neat example to show you how to convert the filters in ProMaps from drop-down lists to checkboxes so you can select multiple items\u00a0at once. This is a simple change you can make in your own copy of <a href=\"http:\/\/www.seedcode.com\/promaps\/\">ProMaps<\/a>&#8211;be sure to <a href=\"http:\/\/www.seedcode.com\/contact\/\" target=\"_blank\" rel=\"noopener\">ask us<\/a> for this example file if you&#8217;d like to make this change in your copy.<\/p>\n<p>Here&#8217;s quick demo of the changes in action:<\/p>\n<p>[youtube id=&#8221;JeQRmVDl3K4&#8243;]<\/p>\n<h3>Making the changes in your file.<\/h3>\n<p><strong>1.\u00a0Scripts<\/strong><\/p>\n<p style=\"padding-left: 30px;\">Edit the script &#8220;Filters And Headers&#8221; and you&#8217;ll see a set variable line for each of your filters. If you don&#8217;t remember modifying\u00a0these set variable lines when you first added the map to your file, documentation on how these work can be found\u00a0<a href=\"http:\/\/www.seedcode.com\/pmwiki\/index.php?n=GoMaps.Filters\" target=\"_blank\" rel=\"noopener\">here<\/a>. Open the first set variable line and change the highlighted lines from this:<\/p>\n<div class=\"lightbox\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2016\/01\/MapFrom.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-large wp-image-9640\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2016\/01\/MapFrom-1024x750.png\" alt=\"MapFrom\" width=\"1024\" height=\"750\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapFrom-1024x750.png 1024w, https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapFrom-300x220.png 300w, https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapFrom-768x563.png 768w, https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapFrom-1536x1125.png 1536w, https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapFrom-2048x1500.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div>\n<p style=\"padding-left: 30px;\">To this:<\/p>\n<div class=\"lightbox\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2016\/01\/MapTo.png\"><img decoding=\"async\" class=\"aligncenter size-large wp-image-9641\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2016\/01\/MapTo-1024x750.png\" alt=\"MapTo\" width=\"1024\" height=\"750\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapTo-1024x750.png 1024w, https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapTo-300x220.png 300w, https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapTo-768x563.png 768w, https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapTo-1536x1125.png 1536w, https:\/\/seedcode.com\/wp-content\/uploads\/2016\/01\/MapTo-2048x1500.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div>\n<p style=\"padding-left: 30px;\">(Remember, you don&#8217;t have to type this in from these screenshots; <a href=\"http:\/\/www.seedcode.com\/contact\/\" target=\"_blank\" rel=\"noopener\">ask us<\/a> for a copy of this example file instead.)<\/p>\n<p style=\"padding-left: 30px;\">These highlighted lines are the same for every variable so make this change in each variable you&#8217;ve set up.<\/p>\n<p><strong>2. Fields<\/strong><\/p>\n<p style=\"padding-left: 30px;\">We also made\u00a0a little change to the global filter fields themselves so that filtering for &#8220;all&#8221; items is a little easier now that the checkbox fields will support multiple selection. Add the following auto-enter option to\u00a0each of your global filter fields starting with MapSettings::SelectStatusGlob<\/p>\n<pre style=\"padding-left: 30px;\">If ( RightValues ( Self ; 1 ) = \"All\u00b6\" ; \"All\" ; Substitute ( Self ; \"All\u00b6\" ; \"\" ) )<\/pre>\n<p style=\"padding-left: 30px;\">Note that you want the checkbox &#8220;Do not replace existing value of field (if any)&#8221; to be <strong>unchecked<\/strong>. This\u00a0auto-enter calc will be the same for any filter field you&#8217;d like to switch to checkboxes, so add this to all of them now.<\/p>\n<p><strong>3. Layouts<\/strong><\/p>\n<p style=\"padding-left: 30px;\">The third change is just to switch the actual filter fields to checkboxes. We found this worked better if we moved the filters to the left side of the map but you certainly don&#8217;t have to. Just remember that if you put them in popovers (tempting) the popovers will only cover the web viewer on Macs; that doesn&#8217;t work on Windows yet.<\/p>\n<p>We hope you find this useful!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Based on a customer&#8217;s request we&#8217;ve put together a neat example to show you how to convert the filters in ProMaps from drop-down lists to checkboxes so you can select multiple items\u00a0at once. This is a simple change you can make in your own copy of ProMaps&#8211;be sure to ask us for this example file if you&#8217;d like to make this change in your copy. Here&#8217;s quick demo of the changes in action: [youtube id=&#8221;JeQRmVDl3K4&#8243;] Making the changes in your file. 1.\u00a0Scripts Edit the script &#8220;Filters And Headers&#8221; and you&#8217;ll see a set variable line for each of your filters. If you don&#8217;t remember modifying\u00a0these set variable lines when you first added the map to your file, documentation on how these work can be found\u00a0here. Open the first set variable line and change the highlighted lines from this: To this: (Remember, you don&#8217;t have to type this in from these screenshots; ask us for a copy of this example file instead.) These highlighted lines are the same for every variable so make this change in each variable you&#8217;ve set up. 2. Fields We also made\u00a0a little change to the global filter fields themselves so that filtering for &#8220;all&#8221; items is a little easier now that the checkbox fields will support multiple selection. Add the following auto-enter option to\u00a0each of your global filter fields starting with MapSettings::SelectStatusGlob If ( RightValues ( Self ; 1 ) = &#8220;All\u00b6&#8221; ; &#8220;All&#8221; ; Substitute ( Self ; &#8220;All\u00b6&#8221; ; &#8220;&#8221; ) ) Note that you want the checkbox &#8220;Do not replace existing value of field (if any)&#8221; to be unchecked. This\u00a0auto-enter calc will be the same for any filter field you&#8217;d like to switch to checkboxes, so add this to all of them now. 3. Layouts The third change is just to switch the actual filter fields to checkboxes. We found this worked better if we moved the filters to the left side of the map but you certainly don&#8217;t have to. Just remember that if you put them in popovers (tempting) the popovers will only cover the web viewer on Macs; that doesn&#8217;t work on Windows yet. We hope you find this useful!<\/p>\n","protected":false},"author":1,"featured_media":8546,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[22],"class_list":["post-9631","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-maps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Filtering FileMaker Maps - SeedCode<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seedcode.com\/filtering-filemaker-maps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Filtering FileMaker Maps - SeedCode\" \/>\n<meta property=\"og:description\" content=\"Based on a customer&#8217;s request we&#8217;ve put together a neat example to show you how to convert the filters in ProMaps from drop-down lists to checkboxes so you can select multiple items\u00a0at once. This is a simple change you can make in your own copy of ProMaps&#8211;be sure to ask us for this example file if you&#8217;d like to make this change in your copy. Here&#8217;s quick demo of the changes in action: [youtube id=&#8221;JeQRmVDl3K4&#8243;] Making the changes in your file. 1.\u00a0Scripts Edit the script &#8220;Filters And Headers&#8221; and you&#8217;ll see a set variable line for each of your filters. If you don&#8217;t remember modifying\u00a0these set variable lines when you first added the map to your file, documentation on how these work can be found\u00a0here. Open the first set variable line and change the highlighted lines from this: To this: (Remember, you don&#8217;t have to type this in from these screenshots; ask us for a copy of this example file instead.) These highlighted lines are the same for every variable so make this change in each variable you&#8217;ve set up. 2. Fields We also made\u00a0a little change to the global filter fields themselves so that filtering for &#8220;all&#8221; items is a little easier now that the checkbox fields will support multiple selection. Add the following auto-enter option to\u00a0each of your global filter fields starting with MapSettings::SelectStatusGlob If ( RightValues ( Self ; 1 ) = &quot;All\u00b6&quot; ; &quot;All&quot; ; Substitute ( Self ; &quot;All\u00b6&quot; ; &quot;&quot; ) ) Note that you want the checkbox &#8220;Do not replace existing value of field (if any)&#8221; to be unchecked. This\u00a0auto-enter calc will be the same for any filter field you&#8217;d like to switch to checkboxes, so add this to all of them now. 3. Layouts The third change is just to switch the actual filter fields to checkboxes. We found this worked better if we moved the filters to the left side of the map but you certainly don&#8217;t have to. Just remember that if you put them in popovers (tempting) the popovers will only cover the web viewer on Macs; that doesn&#8217;t work on Windows yet. We hope you find this useful!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seedcode.com\/filtering-filemaker-maps\/\" \/>\n<meta property=\"og:site_name\" content=\"SeedCode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seedcoder\" \/>\n<meta property=\"article:published_time\" content=\"2016-01-26T13:18:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png\" \/>\n\t<meta property=\"og:image:width\" content=\"109\" \/>\n\t<meta property=\"og:image:height\" content=\"110\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"seedcode\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dayback\" \/>\n<meta name=\"twitter:site\" content=\"@dayback\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"seedcode\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/\"},\"author\":{\"name\":\"seedcode\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\"},\"headline\":\"Filtering FileMaker Maps\",\"datePublished\":\"2016-01-26T13:18:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/\"},\"wordCount\":359,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png\",\"keywords\":[\"Maps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seedcode.com\/filtering-filemaker-maps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/\",\"url\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/\",\"name\":\"Filtering FileMaker Maps - SeedCode\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png\",\"datePublished\":\"2016-01-26T13:18:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seedcode.com\/filtering-filemaker-maps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/#primaryimage\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png\",\"width\":109,\"height\":110},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seedcode.com\/filtering-filemaker-maps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seedcode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Filtering FileMaker Maps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seedcode.com\/#website\",\"url\":\"https:\/\/seedcode.com\/\",\"name\":\"SeedCode\",\"description\":\"Build the Software You&#039;ve Always Wanted\",\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seedcode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/seedcode.com\/#organization\",\"name\":\"SeedCode\",\"url\":\"https:\/\/seedcode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"width\":595,\"height\":189,\"caption\":\"SeedCode\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/seedcoder\",\"https:\/\/x.com\/dayback\",\"https:\/\/www.linkedin.com\/company\/seedcode\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\",\"name\":\"seedcode\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"caption\":\"seedcode\"},\"sameAs\":[\"https:\/\/seedcode.com\"],\"url\":\"https:\/\/seedcode.com\/author\/seedcode\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Filtering FileMaker Maps - SeedCode","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:\/\/seedcode.com\/filtering-filemaker-maps\/","og_locale":"en_US","og_type":"article","og_title":"Filtering FileMaker Maps - SeedCode","og_description":"Based on a customer&#8217;s request we&#8217;ve put together a neat example to show you how to convert the filters in ProMaps from drop-down lists to checkboxes so you can select multiple items\u00a0at once. This is a simple change you can make in your own copy of ProMaps&#8211;be sure to ask us for this example file if you&#8217;d like to make this change in your copy. Here&#8217;s quick demo of the changes in action: [youtube id=&#8221;JeQRmVDl3K4&#8243;] Making the changes in your file. 1.\u00a0Scripts Edit the script &#8220;Filters And Headers&#8221; and you&#8217;ll see a set variable line for each of your filters. If you don&#8217;t remember modifying\u00a0these set variable lines when you first added the map to your file, documentation on how these work can be found\u00a0here. Open the first set variable line and change the highlighted lines from this: To this: (Remember, you don&#8217;t have to type this in from these screenshots; ask us for a copy of this example file instead.) These highlighted lines are the same for every variable so make this change in each variable you&#8217;ve set up. 2. Fields We also made\u00a0a little change to the global filter fields themselves so that filtering for &#8220;all&#8221; items is a little easier now that the checkbox fields will support multiple selection. Add the following auto-enter option to\u00a0each of your global filter fields starting with MapSettings::SelectStatusGlob If ( RightValues ( Self ; 1 ) = \"All\u00b6\" ; \"All\" ; Substitute ( Self ; \"All\u00b6\" ; \"\" ) ) Note that you want the checkbox &#8220;Do not replace existing value of field (if any)&#8221; to be unchecked. This\u00a0auto-enter calc will be the same for any filter field you&#8217;d like to switch to checkboxes, so add this to all of them now. 3. Layouts The third change is just to switch the actual filter fields to checkboxes. We found this worked better if we moved the filters to the left side of the map but you certainly don&#8217;t have to. Just remember that if you put them in popovers (tempting) the popovers will only cover the web viewer on Macs; that doesn&#8217;t work on Windows yet. We hope you find this useful!","og_url":"https:\/\/seedcode.com\/filtering-filemaker-maps\/","og_site_name":"SeedCode","article_publisher":"https:\/\/www.facebook.com\/seedcoder","article_published_time":"2016-01-26T13:18:30+00:00","og_image":[{"width":109,"height":110,"url":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png","type":"image\/png"}],"author":"seedcode","twitter_card":"summary_large_image","twitter_creator":"@dayback","twitter_site":"@dayback","twitter_misc":{"Written by":"seedcode","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/#article","isPartOf":{"@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/"},"author":{"name":"seedcode","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f"},"headline":"Filtering FileMaker Maps","datePublished":"2016-01-26T13:18:30+00:00","mainEntityOfPage":{"@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/"},"wordCount":359,"commentCount":0,"publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"image":{"@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png","keywords":["Maps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seedcode.com\/filtering-filemaker-maps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/","url":"https:\/\/seedcode.com\/filtering-filemaker-maps\/","name":"Filtering FileMaker Maps - SeedCode","isPartOf":{"@id":"https:\/\/seedcode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/#primaryimage"},"image":{"@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png","datePublished":"2016-01-26T13:18:30+00:00","breadcrumb":{"@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seedcode.com\/filtering-filemaker-maps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/#primaryimage","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/02\/map.png","width":109,"height":110},{"@type":"BreadcrumbList","@id":"https:\/\/seedcode.com\/filtering-filemaker-maps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seedcode.com\/"},{"@type":"ListItem","position":2,"name":"Filtering FileMaker Maps"}]},{"@type":"WebSite","@id":"https:\/\/seedcode.com\/#website","url":"https:\/\/seedcode.com\/","name":"SeedCode","description":"Build the Software You&#039;ve Always Wanted","publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seedcode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seedcode.com\/#organization","name":"SeedCode","url":"https:\/\/seedcode.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","width":595,"height":189,"caption":"SeedCode"},"image":{"@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/seedcoder","https:\/\/x.com\/dayback","https:\/\/www.linkedin.com\/company\/seedcode\/"]},{"@type":"Person","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f","name":"seedcode","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","caption":"seedcode"},"sameAs":["https:\/\/seedcode.com"],"url":"https:\/\/seedcode.com\/author\/seedcode\/"}]}},"_links":{"self":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/9631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/comments?post=9631"}],"version-history":[{"count":0,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/9631\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media\/8546"}],"wp:attachment":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media?parent=9631"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/categories?post=9631"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/tags?post=9631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}