Please forgive me if this is a simple thing to do, I am brand new to aspdotnetstorefront.
In the admin webapp, when clicking on the "Add/Edit Customers" link it takes a very long time to load because it loads all the customers in the system. This is a bit counterproductive in my case, because 99.9% of the time when we click this link we just want to search directly for the customer desired.
I was hoping to just cut out the piece of code that loads the customers and use the search function. Well it turns out the search function goes through the customers that have been loaded, so cutting out this piece of code doesn't fix my problem.
I spent a good portion of the day just trying to find out a way to query the database directly instead of the customers that get preloaded. Can anybody please point me in the right direction to do this? Please be specific if you can.
Thanks