
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
qdrant-page-search
Advanced tools
For an example look into index.html
npm install qdrant-page-search
Add styles to the head
tag:
<link rel="stylesheet" href="<path_to_the_plugin>/dist/css/styles.min.css">
At the end of a body
tag add:
<script defer src="<path_to_the_plugin>/dist/js/search.min.js" type="module"></script>
<script defer>
window.addEventListener('DOMContentLoaded', () => {
initQdrantSearch({
searchApiUrl: 'your_search_API_URL',
// optional
// section: 'your_section',
// partition: 'your_partition'
});
});
</script>
To scroll a page to the result text after transition use js/scroll.min.js
<script src="<path_to_the_plugin>/dist/js/scroll.min.js" type="module"></script>
And the button in the place you want to see it:
<!-- Button trigger modal -->
<button type="button" class="qdr-search-input-btn" data-target="#searchModal">
Search...
</button>
npm install
npm run build
npm install
npm run dev
To change an appearance of modal window you can:
src/scss/_variables.scss
and rebuild styles file.FAQs
Add markup for the search modal popup:
The npm package qdrant-page-search receives a total of 98 weekly downloads. As such, qdrant-page-search popularity was classified as not popular.
We found that qdrant-page-search demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.