carpentries / glosario-r

glosario create and retrieve multilingual glossaries.
https://carpentries.github.io/glosario-r
Other
6 stars 5 forks source link

Adding function to find lessons containing specific terms #19

Open ian-flores opened 3 years ago

ian-flores commented 3 years ago

Hi @carpentries/glosario-admins ,

I've added the find_lessons() function which finds lessons containing specific terms to be looked for. It allows for a flexible folder structure, but also for providing the name of the individual files if the end-user prefers so. Eager to hear your thoughts on this.

ian-flores commented 3 years ago

Hi @zkamvar I incorporated the changes you mentioned above. I also renamed the function and the docs to find_terms instead of find_lessons so that it better fits the purpose of the function. Thanks for taking the time to do this review!