currently search only title?
Current SearchBox:
const matches = item => (
item.title &&
item.title.toLowerCase().indexOf(query) > -1
)
The $page value only store { path, title, frontmatter } now. The full text are stored in components.
Maybe the AlgoliaSearchBox will help.
Use Algolia or build your own theme if you need full text search.
Duplicate of #68