I want to do Elastic Search of Stock Symbol
I am working on a project which requires stock symbol name (not the name of stock)
For example
Stock name > State Bank of India
Symbol> SBIN
Now the API I am calling to get the price uses symbol name only that is SBIN
But most of the users will write
sbi
state bank
state india
And user might do speeling mistake for complex name of stock
What I want is
user can enter anything I should get the symbol most close to it
Kindly guide how can I do so
tech stack> python