Compare to the earlier version, we made the following changes
Instead of combining multiple term lists by OR for one particular target, it is more intuitive and accurate to add each alternative term list to the search term table or database directly.
Added Look around function to more accurately match SDG targets.
Use AND to Concatenate a Vector of Terms
Examples
words <- c('apple','bean','food')func_AND_vector(v= words)