I'm currently working on a "National Day Calendar" application, that shows today's national day and all the other national days afterward, but I'm having a little problem with the "search engine" I'm trying to make.
I want the user to be able to search for a day, without typing the exact text that is displayed, which would be for an example "National Cupcake Day". They should be able to type "Cupcake" or "Cup" and the closest search result would be shown.
How do I do this?