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

Add search support for collections in SpecificationBuilderExtensions

stamahto opened this issue · comments

Is your feature request related to a problem? Please describe.
I would be great, if we could search through collections of data. Now it is only possible filter only class primitive types, strings and objects.

Describe the solution you'd like
Add expression in SearchByKeyword / AdvancedSearch / AdvancedFilter to filter in ICollection

Additional context
I think it could be useful to many people and it would open up new possibilities how we can work with data on the client, because if we now use collections, we have to use client-side filtering and sorting solutions.

Hello, You got any solution?

Hello, You got any solution?

Nope, I tried but expressions are hard 😂

@jitendra-binateit
@stamahto

No up to now, there is also no solution from my side.

@jitendra-binateit @stamahto

No up to now, there is solution from my side.

Can you provide some link to that solution please?

@jitendra-binateit @stamahto

No up to now, there is solution from my side.

Can you provide some link to that solution please?

Sorry , i forgat to write 'No'. I fix it

Is there any update on this feature request? Are there any plans to work on it @iammukeshm?

Hi guys, i submited a pull request for this feature, Now a field filter like "ChildrenCollection.PropertyName" works.
#919

It is only for filters though.