There are no posts matching your search.
window.dibSearchConfig = {
algoliaId: "P1QI8ZC7MH",
algoliaKey: "da58ab9ff1c6fb6c99ce06d47027c14a",
blogId: 34258309,
placeholder: "Search for...",
noResults: "There are no posts matching your search.",
baseUrl: typeof dib_base_url !== 'undefined' ? dib_base_url : null,
};
window.dibSearchDialog = document.getElementById("dib-search-dialog");
window.dibSearchDialog.addEventListener("click", (event) => {
if (event.target === window.dibSearchDialog) {
window.dibSearchDialog.close();
}
});
function openSearchDialog() {
window.dibSearchEnable();
window.dibSearchDialog.showModal();
}