Closed jonorthwash closed 6 years ago
@jonorthwash Should it also be based on directionality? I.e, kaz is bidirectional to tat, but rus is only unidirectional to tat, so since rus is pointing into tat, should kaz still display rus?
Also, wouldn't it a lot of the time just display almost all of the connections?
Should it also be based on directionality?
Probably not.
wouldn't it a lot of the time just display almost all of the connections?
A lot of the time, but not always. Perhaps it would be useful to allow it to filter to a user-specified depth.
Filtering by language should have an option to follow all paths from the language, not just one level of depth. E.g., when you click
kaz
, you gettat
, and when you clicktat
, you getrus
, so this option should let you getrus
for when you clickkaz
too.