How to search database for matching text efficiently with C# (maybe with tokens)
Let's say I am searching for name "Daniel Andrew Simons", and I send in "andrew daniel" as a request. It is supposed to return list of items with "Daniel Andrew Simons" included.