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.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.3k stars 1.59k forks source link

Search by keyword for virtual property #922

Closed anasseb closed 3 months ago

anasseb commented 8 months ago

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" ] }