unfoldingWord / tc-create-app

translationCore Create
https://create.translationcore.com/
MIT License
0 stars 5 forks source link

fix chapter filter #1508

Closed abelpz closed 1 year ago

abelpz commented 1 year ago

This fixes this issue: Before, the code assumed that filterData contained the references in this format: \t1:1, which turned out to be false, some times the references have this format: 1:1\t1:1 (for some reason unknown to me), so I changed the code to get a clean reference using RegExp.