-2

I have a table named product and I have a product in this table named "Nike shoes". Now when I write for example "niksho" or "nsh", return to me "Nike shoes " record.

halfer
  • 19,824
  • 17
  • 99
  • 186
Ali Ghafari
  • 35
  • 10
  • 1
    Welcome! Stack Overflow is *not* a code writing service. We are always glad to help and support new coders but you need to help yourself first. You are expected to try to write the code yourself. Please read [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). – brombeer Oct 13 '18 at 09:44

1 Answers1

0

Writing such an algorithm can be a big task, if I have to do such a thing I will first try to find some API to do that

You can start by looking at this post Accessing Google spelling/suggestion API via C#

And if you have time you can always start writing yours that would be accustomed to your requirements

usmanhaq
  • 1,527
  • 1
  • 6
  • 11