Sieve icon indicating copy to clipboard operation
Sieve copied to clipboard

⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core

Results 62 Sieve issues
Sort by recently updated
recently updated
newest added

**Problem** Trying to use Sieve with MediatR & CQRS, so that sieveModel is passed from Controller to Query class then handled by QueryHandler **Expected Behaviour** `ISieveProcessor` should be injected properly...

Welcome everyone, According to the title I want to add Sieve package to my small portfolio project which is using IMediatR and CQRS. How and where should I apply this...

This will allow 'operators' to be used passed the first 'operator' as a value in the string. fixes #91

Hi Is it possible to implement support for nested AND / OR filter queries? Something similar like `filters=(LikeCount>10 AND Title@=awesome title) OR (LikeCount>100)` Thanks

Hi, Is it possible to split the ISieveCustomFilterMethods implementation into multiple small, manageable files? I.e. one per entity? Thanks.

We have some items in a db. If we will use for sorting "\\|" it will not work. At the result we will get all items from the db. Example:...

**Describe the bug** When doing a filter like `GuidField == 08009a84-f343-b4c5-5577-a56a23588f9d` when the value exists works as expected and filters the list down to just that value, but when the...

bug

If I try filter any other property that is not from nested object it works, but if try filter nested object property it does not idk why ![image](https://user-images.githubusercontent.com/42069493/151461846-62d20add-f98b-4a2b-9894-eedf3d29379d.png) ![image](https://user-images.githubusercontent.com/42069493/151461806-4a9fa31e-4621-45b6-95b6-fe0b438972f4.png) ![image](https://user-images.githubusercontent.com/42069493/151461929-98ab1dc1-2efd-4e7a-9611-3e9c9e2da805.png)

Hi Sieve, I've found what I think is a new issue using the Sieve with Cosmos DB. When sorting, Sieve creates a query like the following: `SELECT VALUE root FROM...

Hi @a-patel, I've made a new pull request in which I've redone the changes of @jonatanantoine (see #79). Can you please approve this and create a release? Thank you very...