Advanced Search
The advanced search allows you to elaborate your search options using "" and the boolean operators AND/OR.
"" AND
SEARCH IN: Experts – FILTERS: Email contains - KEYWORDS: @unesco.org

-
{% for country, count in filters.country %}
- {{ country }} ({{ count }}) {% endfor %} {% if filters.country|length >20 %} {% if filters.country|length == 21 %}
{{ searchResultType }}
 }})
{{ item.sname | raw | upper }} {{ item.mname | raw }} {{ item.fname | raw }}
{% if item.quality_checked == 1 %}
{% endif %}
{{ item.jobtitle }}
{% if item.retired == 1 %}
Retired
{% endif %}
{% if item.deceased == 1 %}
Deceased
{% endif %}
{% if item.use_inst_addr == 1 %}
{% if item.inst_address !="" %}
{{ item.inst_address }},
{% endif %}
{% if item.instCity !="" %}
{{ item.instCity }},
{% endif %}
{% if item.country !="" %}
{{ item.country }}
{% endif %}
{% else %}
{% if item.addr_1 !="" %}
{{ item.addr_1 }},
{% endif %}
{% if item.addr_2 !="" %}
{{ item.addr_2 }},
{% endif %}
{% if item.city !="" %}
{{ item.city }},
{% endif %}
{% if item.state !="" %}
{{ item.state }},
{% endif %}
{% if item.postcode !="" %}
{{ item.postcode }},
{% endif %}
{% if item.country !="" %}
{{ item.country }}
{% endif %}
{% endif %}
{{ item.inst_name | raw }}
{{ item.instType }}
{% if item.inst_address|trim !="" %}
{{ item.inst_address | raw }}
{% endif %}
{% if item.instCity|trim !="" %}
{{ item.instCity | raw }}
{% endif %}
{% if item.instState|trim !="" %}
{{ item.instState | raw }}
{% endif %}
{% if item.country|trim !="" %}
{{ item.country | raw }}
{% endif %}
 }})
{{ item.name }}
{{ item.eventtype }}
{% if item.start_on is defined and item.start_on !="" %}
{{ item.start_on|date("d/m/Y") }} -
{% endif %}
{% if item.end_on is defined and item.end_on !="" %}
{{ item.end_on|date("d/m/Y") }}
{% endif %}
{% if item.addr_1 !="" %}
{{ item.addr_1 | raw }},
{% endif %}
{% if item.city !="" %}
{{ item.city | raw }},
{% endif %}
{% if item.state !="" %}
{{ item.state | raw }},
{% endif %}
{% if item.country !="" %}
{{ item.country | raw }}
{% endif %}
 }})