I'm building an inventory list for parts for my companies shop. The user needs to be able to search a part number and then display all of the entries with that part number (basically we have quantity 5 at this location, quantity 22 at this other location, each on a different row). The part that I don't know how to do is setting up the search. How do search the database to find the part number? This is a asp.net core mvc project.
↧