Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH 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.
We'll crawl your Zendesk API to extract your Help Center content and provide you a small code snippet to power your search with Algolia.
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
// },
// translations: { // These accept strings or objects associating locale with value
// // e.g. {
// // found_in: {
// // 'en-us': 'Found in',
// // 'fr': 'En'
// // }
// // }
// article: 'Article'
// articles: 'Articles'
// categories: 'Categories'
// sections: 'Sections'
// tags: 'Tags'
// search_by: 'Search by'
// no_result: 'No result'
// result: 'Result'
// results: 'Results'
// found_in: 'Found in'
// search_by: 'Search by'
// placeholder_autocomplete: 'Search in sections and articles'
// placeholder_instantsearch: 'Search in articles'
// }
});
</script>
This library is MIT licensed.
We're considering any contribution and PR, please go ahead!
FAQs
Algolia Search for Zendesk's Help Center
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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.