
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
algoliasearch.zendesk-hc
Advanced tools
This JavaScript library allows you to replace the default search of your Zendesk Help Center by Algolia. Algolia is a hosted full-text, numerical, and faceted search engine capable of delivering realtime results from the first keystroke.
To be able to setup your new search on your Zendesk Help Center you'll need to have an Algolia account with a configured Zendesk Help Center crawler.
This crawler feature is still in beta, just send us an email to be part of the program!
Once your data has been extracted to Algolia, you need to update your Help Center theme in order to replace the search feature by Algolia.
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr/algoliasearch-zendesk/1/algoliasearch-zendesk.min.css">
<script type="text/javascript" src="//cdn.jsdelivr/algoliasearch-zendesk/1/algoliasearch-zendesk.min.js"></script>
<script type="text/javascript">
algoliasearchZendeskHC({
applicationId: '<YOUR APPLICATION_ID>',
apiKey: '<YOUR SEARCH ONLY API KEY>',
subdomain: '<YOUR ZENDESK APPLICATION NAME>'
//
// Optional configuration:
//
// indexPrefix: 'zendesk_', // or you custom <INDEX_PREFIX>
// baseUrl: '/hc/', // the base URL of your Help Center
// colors: {
// primary: '#D4D4D4', // the primary color
// secondary: '#D4D4D4' // the secondary color
// },
// autocomplete: {
// enabled: true, // is the autocomplete feature enabled?
// inputSelector: '#query', // the DOM selector to select the search box
// sections: {
// enabled: true, // does the autocomplete menu embed a 'sections' section
// hits: 3 // the number of suggestions to display
// },
// articles: {
// enabled: true, // does the autocomplete menu embed a 'articles' section
// hits: 3 // the number of suggestions to display
// }
// },
// instantsearch: {
// enabled: true,
// tagsLimit: 15 // Maximum number of tags to display
// }
});
</script>
This library is MIT licensed.
We're considering any contribution and PR, please go ahead!
FAQs
Algolia Search for Zendesk's Help Center
The npm package algoliasearch.zendesk-hc receives a total of 180 weekly downloads. As such, algoliasearch.zendesk-hc popularity was classified as not popular.
We found that algoliasearch.zendesk-hc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.