How to make a google-like search engine

I’m pretty sure the best bet you could probably do is using a pairs loop through some type of database/table and using string.find to find the keywords. not sure how you would implement misspelling though, or maybe my stupid brain can’t find a solution…

1 Like