fix partition for the customers search (#2261)

This commit is contained in:
trean
2026-04-08 00:27:39 +02:00
committed by GitHub
parent b2cb6a3ee5
commit bf62dfc659
@@ -29,6 +29,6 @@ import 'qdrant-page-search/dist/js/search.min.js';
}
if (/customers/.test(window.location?.pathname)) {
window.initQdrantSearch({ searchApiUrl: 'https://search.qdrant.tech/api/search', section: 'blog', partition: partition });
window.initQdrantSearch({ searchApiUrl: 'https://search.qdrant.tech/api/search', section: 'blog', partition: 'case-studies' });
}
})();