seperman / fast-autocomplete

Fast Autocomplete: When Elastcsearch suggestions are not fast and flexible enough
MIT License
271 stars 40 forks source link

Synonym bug fair 7700 #2

Closed seperman closed 5 years ago

seperman commented 5 years ago

Fixing the bug when the descendant node is self.

pfbrousseau commented 5 years ago

Approved assuming it is acceptable to have self point to self. Consider not allowing that (cannot point to self in an acyclic graph)

seperman commented 5 years ago

The graph can be cyclic now!