gatsby-plugin-elasticlunr-search
gatsby-plugin-elasticlunr-search copied to clipboard
Getting more info than just title and keywords
I want to enrich my nodes with some extract information that are on the markdown body
---
title: "Sweet Pandas Eating Sweets"
date: "2017-08-10"
---
#Starting
Pandas are really sweet.
##Topic 2
Here's a video of a panda eating sweets.
It's possible to extract Starting
and Topic2
headers and add them into my GraphQL so that I can query it?
https://github.com/gatsbyjs/gatsby/issues/6230 is probably helpful.