simplify9 / Searchy

Enabling search on IEnumerable types that builds LINQ Expressions by taking conditions, sort fields and paging instructions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Azure DevOps tests

Package Version
SimplyWorks.Searchy Nuget

Searchy

Searchy is a library that enables a search function on IEnumerable types that build LINQ Expressions by taking conditions, sorting fields and paging instructions.

Searchy has a few extension methods that extend IQueryable, to help searchy filter, and sort, using Simplify9's classes.

Classes

Search<TEntity> SearchyCondition SearchyFilter SearchySort

Getting support 👷

If you encounter any bugs, don't hesitate to submit an issue. We'll get back to you promptly!

About

Enabling search on IEnumerable types that builds LINQ Expressions by taking conditions, sort fields and paging instructions

License:MIT License


Languages

Language:C# 100.0%