Does anyone know of an easy way to omit the homepage from being included in the search results breadcrumbs? Since the homepage is a given for a single help center, it seems rather silly that is in the breadcrumb path output . I would rather the category be the first in the path because our categories are our products. Any help would be appreciated.

Thanks for reaching out!
It sounds like the #isnt helper might be useful here. You could add that to your search_results.hbs file to exclude path_steps at a specific index. Here’s an example of how that could look:
Here’s a link that goes into a bit more detail on the #isnt helper:
https://developer.zendesk.com/documentation/help_center/help-center-templates/helpers/#isnt-helper
I hope this helps! Feel free to reach out with any questions.
Tipene