- Make the search sensitivity configurable (#4)
- Case is sensitive by default, use
case-sensitive: false
to make it insensitive
- Case is sensitive by default, use
- Make terms configurable (#3)
- term is
FIXME
by default, useterms: 'A|B|C'
to override.
- term is
Thanks to @zaherg for the PRs and @tillkruss for the review.