{"id":3156,"date":"2025-06-11T14:42:51","date_gmt":"2025-06-11T12:42:51","guid":{"rendered":"https:\/\/bildungsbericht.lu\/recherche\/"},"modified":"2025-06-11T14:42:51","modified_gmt":"2025-06-11T12:42:51","slug":"recherche","status":"publish","type":"page","link":"https:\/\/bildungsbericht.lu\/fr\/recherche\/","title":{"rendered":"Recherche"},"content":{"rendered":"[vc_row type=\u00a0\u00bbin_container\u00a0\u00bb full_screen_row_position=\u00a0\u00bbmiddle\u00a0\u00bb column_margin=\u00a0\u00bbdefault\u00a0\u00bb column_direction=\u00a0\u00bbdefault\u00a0\u00bb column_direction_tablet=\u00a0\u00bbdefault\u00a0\u00bb column_direction_phone=\u00a0\u00bbdefault\u00a0\u00bb scene_position=\u00a0\u00bbcenter\u00a0\u00bb text_color=\u00a0\u00bbdark\u00a0\u00bb text_align=\u00a0\u00bbleft\u00a0\u00bb row_border_radius=\u00a0\u00bbnone\u00a0\u00bb row_border_radius_applies=\u00a0\u00bbbg\u00a0\u00bb overflow=\u00a0\u00bbvisible\u00a0\u00bb overlay_strength=\u00a0\u00bb0.3&Prime; gradient_direction=\u00a0\u00bbleft_to_right\u00a0\u00bb shape_divider_position=\u00a0\u00bbbottom\u00a0\u00bb bg_image_animation=\u00a0\u00bbnone\u00a0\u00bb][vc_column column_padding=\u00a0\u00bbno-extra-padding\u00a0\u00bb column_padding_tablet=\u00a0\u00bbinherit\u00a0\u00bb column_padding_phone=\u00a0\u00bbinherit\u00a0\u00bb column_padding_position=\u00a0\u00bball\u00a0\u00bb column_element_spacing=\u00a0\u00bbdefault\u00a0\u00bb background_color_opacity=\u00a0\u00bb1&Prime; background_hover_color_opacity=\u00a0\u00bb1&Prime; column_shadow=\u00a0\u00bbnone\u00a0\u00bb column_border_radius=\u00a0\u00bbnone\u00a0\u00bb column_link_target=\u00a0\u00bb_self\u00a0\u00bb column_position=\u00a0\u00bbdefault\u00a0\u00bb gradient_direction=\u00a0\u00bbleft_to_right\u00a0\u00bb overlay_strength=\u00a0\u00bb0.3&Prime; width=\u00a0\u00bb1\/1&Prime; tablet_width_inherit=\u00a0\u00bbdefault\u00a0\u00bb tablet_text_alignment=\u00a0\u00bbdefault\u00a0\u00bb phone_text_alignment=\u00a0\u00bbdefault\u00a0\u00bb animation_type=\u00a0\u00bbdefault\u00a0\u00bb bg_image_animation=\u00a0\u00bbnone\u00a0\u00bb border_type=\u00a0\u00bbsimple\u00a0\u00bb column_border_width=\u00a0\u00bbnone\u00a0\u00bb column_border_style=\u00a0\u00bbsolid\u00a0\u00bb]\n    <div class=\"searchbar\">\n        <input type=\"search\" name=\"search\" id=\"keyword-search\" value=\"\" size=\"40\" class=\"search-css form-control\"\n               aria-required=\"true\" aria-invalid=\"false\"\n               placeholder=\"Suche...\"\/>\n    <\/div>\n\n    <div class=\"current-report-results cc-articles-ajax-wrapper column-grid-2\">\n\n    <\/div>\n    <div class=\"other-report-results cc-articles-ajax-wrapper column-grid-2\">\n    <\/div>\n\n\t\n    <script>\n\n        function delay(callback, ms) {\n            var timer = 0;\n            return function () {\n                var context = this, args = arguments;\n                clearTimeout(timer);\n                timer = setTimeout(function () {\n                    callback.apply(context, args);\n                }, ms || 0);\n            };\n        }\n\n        jQuery('#keyword-search').keyup(delay(function (e) {\n            \/\/console.log('Time elapsed!', this.value.length);\n            if (this.value == '') {\n                buildSearchQuery();\n            }\n            if (this.value.length > 3) {\n                buildSearchQuery();\n            }\n        }, 500));\n\n        \/\/detect X - Search\n        jQuery('#keyword-search').on('search', function () {\n\n            buildSearchQuery();\n        });\n\n        function buildSearchQuery() {\n\n            \/\/var selectedGenre = jQuery('select[name=genre]').val();\n            \/\/ var selectedLanguage = jQuery('select[name=language]').val();\n            \/\/ var selectedYear = jQuery('select[name=year]').val();\n            var searchKeyword = jQuery('#keyword-search').val();\n\n            \/\/console.log(\"search keyword:::\");\n            \/\/console.log(searchKeyword);\n\n            \/\/console.log(selectedYear);\n            performSearchRequest(searchKeyword);\n        }\n\n\n        jQuery(document).ready(function () {\n\n            \/*\n\n            let selectedCategory = 'x';\n            let $categoryButtons = jQuery('.buttons-archiv .bb-button[data-report]');\n\n            \/\/Get Initial Results\n            jQuery('.buttons-archiv .bb-button.active[data-report]').each(function () {\n                getFilteredResults(jQuery(this).attr('data-report'));\n            });\n\n            $categoryButtons.on('click', function () {\n                selectedCategory = jQuery(this).attr('data-category');\n                let selectedReport = jQuery(this).attr('data-report');\n                jQuery('.buttons-archiv .bb-button[data-report=\"' + selectedReport + '\"]').removeClass('active');\n                jQuery(this).addClass('active');\n\n                getFilteredResults(selectedReport);\n            });\n\n            function getFilteredResults(selectedReport) {\n                let postTypes;\n                let metaQuery = {\n                    key: 'report',\n                    value: selectedReport,\n                    compare: 'LIKE'\n                };\n\n                if (selectedCategory === 'x') {\n                    postTypes = ['article', 'supplement', 'topics'];\n                } else {\n                    postTypes = [selectedCategory]\n                }\n\n             *\/\n\n        });\n\n        function performSearchRequest(searchKeyword) {\n\n            let output = jQuery('.current-report-results');\n            output.html(\"\");\n\n            cc_performPostRequest({\n                action: 'ajaxLoadSearch',\n                search: searchKeyword,\n                postType: 'article,writer,supplement',\n                specifier: 'bb-search',\n                uniqueIdAjaxWrapper: 'selectedReport_TODO',\n                showLoaderAnimation: true,\n                timeoutMS: 1,\n                debugHighlightPostType: true,\n                successCB: function (result) {\n\n                    if (result.data != undefined && result.data.length != 0) {\n\n                        let template_path = _theme_directory + '\/includes\/bildungsbericht\/search\/templates\/';\n                        let item = '';\n\n\n                        jQuery.Mustache.load(template_path + 'search' + '.html').done(function () {\n                            \/\/TODO: current_report and other\n                            jQuery.each(result.data.current_report, function (key, obj) {\n\n                                obj.readMoreBtn = \"informations compl\u00e9mentaires\";\n                                obj.headlineAuthors = \"Auteur(e)s\";\n\n                                if (obj.post_type == 'article') {\n                                    item = jQuery.Mustache.render('article' + '-item', obj);\n\n                                }\n                                if (obj.post_type == 'writer') {\n                                    item = jQuery.Mustache.render('team' + '-item', obj);\n                                }\n                                if (obj.post_type == 'supplement') {\n                                    item = jQuery.Mustache.render('article' + '-item', obj);\n                                    \/\/ item = jQuery.Mustache.render('supplement' + '-item', obj);\n                                }\n\n\n                                output.append(item);\n                                \/\/ jQuery('span[data-report=\"' + selectedReport + '\"]').text(result.data.length)\n                            });\n                        });\n                        return result;\n\n\n                    } else {\n\n                        cc_debug(\"no results\");\n                        return null;\n                    }\n                }\n            });\n        };\n\n\n        jQuery('.archiv h2').on('click', function () {\n\n            jQuery(this).next('.toggles').slideToggle();\n\n        });\n\n\n    <\/script>\n\t[\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"<p>[vc_row type=\u00a0\u00bbin_container\u00a0\u00bb full_screen_row_position=\u00a0\u00bbmiddle\u00a0\u00bb column_margin=\u00a0\u00bbdefault\u00a0\u00bb column_direction=\u00a0\u00bbdefault\u00a0\u00bb column_direction_tablet=\u00a0\u00bbdefault\u00a0\u00bb column_direction_phone=\u00a0\u00bbdefault\u00a0\u00bb scene_position=\u00a0\u00bbcenter\u00a0\u00bb text_color=\u00a0\u00bbdark\u00a0\u00bb text_align=\u00a0\u00bbleft\u00a0\u00bb row_border_radius=\u00a0\u00bbnone\u00a0\u00bb row_border_radius_applies=\u00a0\u00bbbg\u00a0\u00bb overflow=\u00a0\u00bbvisible\u00a0\u00bb overlay_strength=\u00a0\u00bb0.3&Prime; gradient_direction=\u00a0\u00bbleft_to_right\u00a0\u00bb shape_divider_position=\u00a0\u00bbbottom\u00a0\u00bb bg_image_animation=\u00a0\u00bbnone\u00a0\u00bb][vc_column column_padding=\u00a0\u00bbno-extra-padding\u00a0\u00bb column_padding_tablet=\u00a0\u00bbinherit\u00a0\u00bb column_padding_phone=\u00a0\u00bbinherit\u00a0\u00bb column_padding_position=\u00a0\u00bball\u00a0\u00bb column_element_spacing=\u00a0\u00bbdefault\u00a0\u00bb background_color_opacity=\u00a0\u00bb1&Prime; background_hover_color_opacity=\u00a0\u00bb1&Prime; column_shadow=\u00a0\u00bbnone\u00a0\u00bb column_border_radius=\u00a0\u00bbnone\u00a0\u00bb column_link_target=\u00a0\u00bb_self\u00a0\u00bb column_position=\u00a0\u00bbdefault\u00a0\u00bb gradient_direction=\u00a0\u00bbleft_to_right\u00a0\u00bb overlay_strength=\u00a0\u00bb0.3&Prime;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-3156","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recherche - Rapport national sur l\u2019\u00e9ducation au Luxembourg 2021<\/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:\/\/bildungsbericht.lu\/fr\/recherche\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recherche - Rapport national sur l\u2019\u00e9ducation au Luxembourg 2021\" \/>\n<meta property=\"og:description\" content=\"[vc_row type=\u00a0\u00bbin_container\u00a0\u00bb full_screen_row_position=\u00a0\u00bbmiddle\u00a0\u00bb column_margin=\u00a0\u00bbdefault\u00a0\u00bb column_direction=\u00a0\u00bbdefault\u00a0\u00bb column_direction_tablet=\u00a0\u00bbdefault\u00a0\u00bb column_direction_phone=\u00a0\u00bbdefault\u00a0\u00bb scene_position=\u00a0\u00bbcenter\u00a0\u00bb text_color=\u00a0\u00bbdark\u00a0\u00bb text_align=\u00a0\u00bbleft\u00a0\u00bb row_border_radius=\u00a0\u00bbnone\u00a0\u00bb row_border_radius_applies=\u00a0\u00bbbg\u00a0\u00bb overflow=\u00a0\u00bbvisible\u00a0\u00bb overlay_strength=\u00a0\u00bb0.3&Prime; gradient_direction=\u00a0\u00bbleft_to_right\u00a0\u00bb shape_divider_position=\u00a0\u00bbbottom\u00a0\u00bb bg_image_animation=\u00a0\u00bbnone\u00a0\u00bb][vc_column column_padding=\u00a0\u00bbno-extra-padding\u00a0\u00bb column_padding_tablet=\u00a0\u00bbinherit\u00a0\u00bb column_padding_phone=\u00a0\u00bbinherit\u00a0\u00bb column_padding_position=\u00a0\u00bball\u00a0\u00bb column_element_spacing=\u00a0\u00bbdefault\u00a0\u00bb background_color_opacity=\u00a0\u00bb1&Prime; background_hover_color_opacity=\u00a0\u00bb1&Prime; column_shadow=\u00a0\u00bbnone\u00a0\u00bb column_border_radius=\u00a0\u00bbnone\u00a0\u00bb column_link_target=\u00a0\u00bb_self\u00a0\u00bb column_position=\u00a0\u00bbdefault\u00a0\u00bb gradient_direction=\u00a0\u00bbleft_to_right\u00a0\u00bb overlay_strength=\u00a0\u00bb0.3&Prime;...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bildungsbericht.lu\/fr\/recherche\/\" \/>\n<meta property=\"og:site_name\" content=\"Rapport national sur l\u2019\u00e9ducation au Luxembourg 2021\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/fr\\\/recherche\\\/\",\"url\":\"https:\\\/\\\/bildungsbericht.lu\\\/fr\\\/recherche\\\/\",\"name\":\"Recherche - Rapport national sur l\u2019\u00e9ducation au Luxembourg 2021\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/#website\"},\"datePublished\":\"2025-06-11T12:42:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/fr\\\/recherche\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bildungsbericht.lu\\\/fr\\\/recherche\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/fr\\\/recherche\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/bildungsbericht.lu\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Recherche\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/#website\",\"url\":\"https:\\\/\\\/bildungsbericht.lu\\\/\",\"name\":\"Nationaler Bildungsbericht Luxemburg 2024\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bildungsbericht.lu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/#organization\",\"name\":\"University of Luxembourg\",\"url\":\"https:\\\/\\\/bildungsbericht.lu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bildungsbericht.lu\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/university_of_luxembourg_logo.svg\",\"contentUrl\":\"https:\\\/\\\/bildungsbericht.lu\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/university_of_luxembourg_logo.svg\",\"width\":500,\"height\":423,\"caption\":\"University of Luxembourg\"},\"image\":{\"@id\":\"https:\\\/\\\/bildungsbericht.lu\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Recherche - Rapport national sur l\u2019\u00e9ducation au Luxembourg 2021","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:\/\/bildungsbericht.lu\/fr\/recherche\/","og_locale":"fr_FR","og_type":"article","og_title":"Recherche - Rapport national sur l\u2019\u00e9ducation au Luxembourg 2021","og_description":"[vc_row type=\u00a0\u00bbin_container\u00a0\u00bb full_screen_row_position=\u00a0\u00bbmiddle\u00a0\u00bb column_margin=\u00a0\u00bbdefault\u00a0\u00bb column_direction=\u00a0\u00bbdefault\u00a0\u00bb column_direction_tablet=\u00a0\u00bbdefault\u00a0\u00bb column_direction_phone=\u00a0\u00bbdefault\u00a0\u00bb scene_position=\u00a0\u00bbcenter\u00a0\u00bb text_color=\u00a0\u00bbdark\u00a0\u00bb text_align=\u00a0\u00bbleft\u00a0\u00bb row_border_radius=\u00a0\u00bbnone\u00a0\u00bb row_border_radius_applies=\u00a0\u00bbbg\u00a0\u00bb overflow=\u00a0\u00bbvisible\u00a0\u00bb overlay_strength=\u00a0\u00bb0.3&Prime; gradient_direction=\u00a0\u00bbleft_to_right\u00a0\u00bb shape_divider_position=\u00a0\u00bbbottom\u00a0\u00bb bg_image_animation=\u00a0\u00bbnone\u00a0\u00bb][vc_column column_padding=\u00a0\u00bbno-extra-padding\u00a0\u00bb column_padding_tablet=\u00a0\u00bbinherit\u00a0\u00bb column_padding_phone=\u00a0\u00bbinherit\u00a0\u00bb column_padding_position=\u00a0\u00bball\u00a0\u00bb column_element_spacing=\u00a0\u00bbdefault\u00a0\u00bb background_color_opacity=\u00a0\u00bb1&Prime; background_hover_color_opacity=\u00a0\u00bb1&Prime; column_shadow=\u00a0\u00bbnone\u00a0\u00bb column_border_radius=\u00a0\u00bbnone\u00a0\u00bb column_link_target=\u00a0\u00bb_self\u00a0\u00bb column_position=\u00a0\u00bbdefault\u00a0\u00bb gradient_direction=\u00a0\u00bbleft_to_right\u00a0\u00bb overlay_strength=\u00a0\u00bb0.3&Prime;...","og_url":"https:\/\/bildungsbericht.lu\/fr\/recherche\/","og_site_name":"Rapport national sur l\u2019\u00e9ducation au Luxembourg 2021","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bildungsbericht.lu\/fr\/recherche\/","url":"https:\/\/bildungsbericht.lu\/fr\/recherche\/","name":"Recherche - Rapport national sur l\u2019\u00e9ducation au Luxembourg 2021","isPartOf":{"@id":"https:\/\/bildungsbericht.lu\/#website"},"datePublished":"2025-06-11T12:42:51+00:00","breadcrumb":{"@id":"https:\/\/bildungsbericht.lu\/fr\/recherche\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bildungsbericht.lu\/fr\/recherche\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bildungsbericht.lu\/fr\/recherche\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/bildungsbericht.lu\/fr\/"},{"@type":"ListItem","position":2,"name":"Recherche"}]},{"@type":"WebSite","@id":"https:\/\/bildungsbericht.lu\/#website","url":"https:\/\/bildungsbericht.lu\/","name":"Nationaler Bildungsbericht Luxemburg 2024","description":"","publisher":{"@id":"https:\/\/bildungsbericht.lu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bildungsbericht.lu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/bildungsbericht.lu\/#organization","name":"University of Luxembourg","url":"https:\/\/bildungsbericht.lu\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/bildungsbericht.lu\/#\/schema\/logo\/image\/","url":"https:\/\/bildungsbericht.lu\/wp-content\/uploads\/2021\/04\/university_of_luxembourg_logo.svg","contentUrl":"https:\/\/bildungsbericht.lu\/wp-content\/uploads\/2021\/04\/university_of_luxembourg_logo.svg","width":500,"height":423,"caption":"University of Luxembourg"},"image":{"@id":"https:\/\/bildungsbericht.lu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/bildungsbericht.lu\/fr\/wp-json\/wp\/v2\/pages\/3156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bildungsbericht.lu\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bildungsbericht.lu\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bildungsbericht.lu\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bildungsbericht.lu\/fr\/wp-json\/wp\/v2\/comments?post=3156"}],"version-history":[{"count":1,"href":"https:\/\/bildungsbericht.lu\/fr\/wp-json\/wp\/v2\/pages\/3156\/revisions"}],"predecessor-version":[{"id":3157,"href":"https:\/\/bildungsbericht.lu\/fr\/wp-json\/wp\/v2\/pages\/3156\/revisions\/3157"}],"wp:attachment":[{"href":"https:\/\/bildungsbericht.lu\/fr\/wp-json\/wp\/v2\/media?parent=3156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}