chromeos.dev icon indicating copy to clipboard operation
chromeos.dev copied to clipboard

Determine how to provide related content for items from the CMS

Open Snugug opened this issue 3 years ago • 2 comments
trafficstars

Initial thoughts:

  • MVP of this could be a postbuild script that runs our existing indexing code and spits back a search index that we then search against to provide related content. Keep everything else the same
  • Alternatively, we could add a specific "related content" field that's manually curated
  • The 1st solution may not work in dev or staging

Snugug avatar Nov 09 '22 15:11 Snugug

Ranked search from the Sanity API may be good enough here

Snugug avatar Nov 14 '22 19:11 Snugug

Here's how to suggest relevant content based on category tags in a field... https://www.sanity.io/schemas/related-content-9079f69e

doublejosh avatar Apr 07 '23 01:04 doublejosh