You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to show up to 5 links in the right rail component. These can be a mix of frontmatter-defined links and dynamic content links. Let's prioritize frontmatter-defined links first, then back fill results up to 5 links. For example, if there are 3 frontmatter-defined links, we want 2 search results from Swiftype for a total of 5. If there are 5 links defined in frontmatter, we should skip the request to Swiftype entirely for search results.
NOTE: This should consume the data from the GraphQL schema from #589 .
The text was updated successfully, but these errors were encountered:
Description
We want to show up to 5 links in the right rail component. These can be a mix of frontmatter-defined links and dynamic content links. Let's prioritize frontmatter-defined links first, then back fill results up to 5 links. For example, if there are 3 frontmatter-defined links, we want 2 search results from Swiftype for a total of 5. If there are 5 links defined in frontmatter, we should skip the request to Swiftype entirely for search results.
NOTE: This should consume the data from the GraphQL schema from #589 .
The text was updated successfully, but these errors were encountered: