I need to search hastag from posts but they are in post_text column
SELECT * FROM posts WHERE post_text = #hashtag
post tex column content example:
text here #hashtag text here
I have a hashtag page to get clicked hastag via get, but How can I do it because hashtag is inside text?