đź—“ August 25, 2020: Hitchhikers Office Hours

Add questions or topics below that you would like to have answered or discussed during this office hours session!

Legacy upgrades - what exactly that means, what problems it could cause for your build if you’re in the middle of building, where to look for these common problems (search config, code editor, etc), how to troubleshoot

2 Likes

Can we go over different kinds of sorting?-- is there any difference between sorting by relevance and sorting by best match? What happens if you specify “sort bys” in the front end configuration but not the back end? What are some best practices in setting up sorting by custom fields?

How do I add additional CTAs to a card?

(if it hasn’t been covered already) When not to use a solutions template when starting a new build? Besides the issue of unique identifiers, discussed here, is there anything else we should be careful about when adding a solutions template?

Quick overview of setting up Yext-hosted pages. I’ve never had a client pick Yext-hosted so may be helpful to talk about major differences in steps needed from the admin actually building this in Yext-hosted versus JS snippet in case this comes up soon

1 Like

How do we display all results on the no results screen? Can that be configured in universal search or only specific verticals?

How do we get the CTA for the FAQ card to be to the right of the answer? I tried playing around with it but I couldn’t figure it out

1 Like

RT^^^^ I would love to know this for my next build

Actually curious about this as well. I haven’t seen a page yet where I would recommend this

Hi Ella,

As covered during office hours, this CSS may give you a starting point.

  .HitchhikerFaqAccordion-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .HitchhikerFaqAccordion--expanded {
    padding-bottom: 1rem;
  }

For more information about FlexBox, you can view this resource: A Complete Guide to Flexbox | CSS-Tricks - CSS-Tricks

Office hours recording here:
Meeting Recording: