other thing if you click a created hashtag like #hello it lists all the topics which word hello included.
I put this in the regex field;
(\B#)(\w*[a-zA-Z0-9-_İÖÜŞÇĞıöüşçğ]*)
this catches all turkish characters and others beginning with # but it still lists all the topics which included word after #
it should only list topics included hashtags like #hello not list word hello which is used in topics.