mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 22:48:30 +02:00
fix partition for the customers search (#2261)
This commit is contained in:
@@ -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' });
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user