With * we can do an unlimited repeated search until the last node is reached.
However, this sometimes can create unlimited search and infinite loops.
So it would be nice to create a limited repeated search for example: *3 will repeat the search 3 times.