What are the good python package for designing a search engine for database? [closed]

  1. for example: End user enter a fuzzy input like "Telas", it should match with the database "Tesla" (Example: search a company from a large database)

  2. Autocomplete

  3. FuzzyMatch

Can anyone help me to make a clear logic how to design this?

Thank you so much~~

Back to Top