Welcome back to getting to know Sitecore search. In this post, we’ll continue modifying our react ui to add a search bar, facets, sort options, and more style updates. Update Search Results Component In the previous post we used the basic search results component. But it was missing a search bar. Luckily, the sdk has […]
Blogs from this Author
Making Sitecore Sites More Accessible and Screen Reader Friendly
Aria labels provide alternate text to adaptive technology tools such as screen readers. This helps website visitors navigate the site more accurately. One use case for aria-labels is on html anchor tags. Sitecore does not a way to manage this text by default. Follow along and I’ll show you how to modify the various link […]
Getting to know Sitecore Search – Part 6
Welcome back to Getting to know Sitecore Search. In my last post, we build a basic UI using jQuery. In this post, we’ll use the Sitecore Search React SDK to build a more modern UI frontend for our Sitecore Search results. Documentation At the time of writing this blog post, Sitecore has recently released updated […]
Keeping Sitecore Content Authors Happy and Productive
“I hate Sitecore.” As a developer, I have heard that many times. But it’s usually not true. It was probably not organized, configured, or explained logically. Or the dev team never took the time to see the post-launch care through the eyes of the non-dev team that was going to inherit this system. Sitecore is […]
Getting to know Sitecore Search – Part 5
Welcome back to getting to know Sitecore search. In this post, we’ll build a simple UI frontend for our Sitecore Search results. This by no means is a fully working solution nor the most modern. But it should give you a start and help you avoid some pitfalls during setup. Background When I started this […]
Import Data From Merlin to Finish Your Migration to Sitecore
In previous posts, I shared my journey with Sitecore Data Exchange Framework and using Merlin to migrate your site to Sitecore. Learning how to use Merlin was only one part of migrating a site. In this post, I’ll share my powershell script to pull in data from Merlin and populate your content tree. I’ll continue […]
Using Merlin to Migrate Your Site to Sitecore
In a previous post, I shared my journey with Sitecore Data Exchange Framework. I was excited to use it to create a reusable importer process. In the end, I decided it was not the right tool for me. I ended up using Powershell. In the process of researching site migration tools, I discovered “Merlin”. Merlin […]
Getting to know Sitecore Search – Part 4
Welcome back to getting to know Sitecore search. In this post, we’ll focus on the advanced web crawler. We’ll modify the source, document extractors, taggers and attributes to customize our indexed documents. Manage Sources To manage sources, visit Administration/Sources From this screen you can see a list of your sources. You can see the source […]
Getting to know Sitecore Search – Part 3
Welcome back to getting to know Sitecore search. In this post, we’ll look at managing users, the available roles, and the role permissions. Manage Users To manage users, visit Administration/Manage Users From this screen you can see the list users for this domain. You can see if their email address, first name, last name, and […]
Getting to know Sitecore Search – Part 2
Welcome back to getting to know Sitecore search. In this post, we’ll look at the default setup and configuration of a new instance of Sitecore Search. We’ll look at the default source, catalog, pages, and widgets. After we’ll get familiar with a few sections of the admin portal. We’ll play with the api explorer to […]
Getting to know Sitecore Search – Part 1
Welcome back to getting to know Sitecore search. In this post we’ll take a tour of the Sitecore Search UI and cover some of the basic terminology used when talking about Sitecore Search. Let’s get started! Sitecore Search UI Across the top Site Switcher – Let’s you switch between multiple Search accounts Account – Manage […]
Getting to know Sitecore Search
As part of Sitecore’s move to a composable world, Sitecore has introduced Sitecore Search. This tool offers relevant content through AI-powered search. It can monitor user interactions across your sites (including multiple languages) and offer individualized results. Imagine a site that sells watches, purses, and clothes. If I browse several pages of watches then search […]