Returns terms that occur in text using case-insensitive fixed-string matching.
Examples
find_text_hits(
text = "The report discusses boat access and stream flow.",
terms = c("boat access", "ordinary high water", "flow")
)
#> [1] "boat access" "flow"
