Simple search - searching beyond Title, Content and Taxonomy

Hello,

I’m currently developing a site which uses blueprints to add multiple fields to pages which are saved in page frontmatter but the simple search plugin only matches content stored in Title, Content or Taxonomy.

Is there a way to let Simple Search return results matching headings within markdown fields?

Thanks,
Tom

SimpleSearch currently searches in ‘title’, ‘content’, ‘taxonomy’, and does not allow searching in other page header fields.

Feel free to submit a PR to include this option if you want.