You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue with equivalencing - both the issue of slow equivalencing due to using up to 10 steps for equivalences and the issue that alt_ids were not included in equivalencing.
Also fixed the issue with dashes and underscores being used to tokenize text for term completion - now we only use colons and spaces for tokenization.
Also shifted api routes into a separate file.
get_equivalents() in services/terms.py is dropping equivalences. It should change:
to append to the list
Then update everywhere that's using this call to use the list of equivalences.
child of #99 (should be done at same time)
The text was updated successfully, but these errors were encountered: