fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Home Page:https://fullstackhero.net/dotnet-webapi-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search by keyword for virtual property

anasseb opened this issue · comments

Is your feature request related to a problem? Please describe.
I can't find a way to search with only a keyword for a virtual property.

Describe the solution you'd like
For example, searching for MSI brand in the product table, without using advanced search.
{ "keyword": "MSI", "pageNumber": 1, "pageSize": 10, "orderBy": [ "id" ] }