Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds

How we improved search with Algolia

Save for later
  • 2 min read
  • 29 Mar 2018

article-image

Packt prides itself on using the latest technology to deliver products and services to our customers effortlessly. That's why we've updated our search tool across our website to provide a more efficient and intuitive search experience with Algolia. We've loved building it and we're pretty confident you'll love using it too.

Explore our content using our new search tool now.


What is Algolia and why do we love it?



Algolia is an incredibly powerful search platform. We love it because it's incredibly reliable and scalable - it's also a great platform for our development team to work with, which means a lot when we're working on multiple projects at the same time with tight deadlines.

Why you will love our new search



Our new search tool is fast and responsive, which means you'll be able to find the content you want quickly and easily. With the range of products on our website we know that can sometimes be a challenge - now you can go straight to the products best suited to your needs.

Unlock access to the largest independent learning library in Tech for FREE!
Get unlimited access to 7500+ expert-authored eBooks and video courses covering every tech area you can think of.
Renews at $19.99/month. Cancel anytime

How we integrated Algolia with the Packt website


Back end algolia integration



We built a Node.js function which was deployed as an AWS Lambda that can read from multiple sources and then push data into DynamoDB. A trigger within DynamoDB then pushes the data into a transformation and finally into Algolia. This means we only update in Algolia when the data has changed.

Search setup



We have 4 indices: the main index with relevance sorting and replicas to sort by title, price and release data. The results have been tuned to show conceptual matching information items first, such as relevant Tech Pages and Live Courses.

Front end Algolia integration



To allow rapid development and deployment, we used CircleCI 2.0 to build and deploy our project into an AWS S3 Bucket that sits behind a CloudFront CDN.

The site is built using HTML, SCSS and pure Javascript together with Webpack for bundling and minification. We are using Algolia's InstantSearch.js library to show different widgets on the screen and Bootstrap for quickly implementing the design which allowed us to put together the bulk of the site in a single day.