From the course: Advanced Web APIs with ASP.NET Core 8

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Challenge: Advanced search

Challenge: Advanced search

- [Instructor] Are you up for a quick coding challenge? Let's go to our API and I'm searching for jeans, and if I do, I get two hits, two grunge skater jeans, and both of those jeans have GSJ in their SKU. So what if I am searching for that GSJ and here I'm getting nothing. That's the expected behavior because with the name query string parameter, I just search the name and we also have to SKU query string parameter. But wouldn't it be nice if we had a parameter that served as a more or less global search? Overall properties? There are different approaches how you can achieve that. Just find one you like and implement that in our application.

Contents