Skip to content

Convert a query string into a hierarchical representation of condition objects

License

Notifications You must be signed in to change notification settings

destroyer0fWorlds/StringSearch

Repository files navigation

StringSearch

tl;dr

This is a utility designed to make it easier to perform RESTful API calls. It allows you to quickly parse filter and order by strings like this:

../api/users/search?filter=(FirstName[eq]John)[and](LastName[eq]Doe)&orderBy=LastName[asc],FirstName[asc]

Documentation

GitHub Wiki

Nuget

Parse a filter string

Browse: https://www.nuget.org/packages/StringSearch.Filter/

Download: Install-Package StringSearch.Filter -Version 2.0.0

Parse an order by string

Browse: https://www.nuget.org/packages/StringSearch.OrderBy/

Download: Install-Package StringSearch.OrderBy -Version 2.0.0

Convert the results to TypeSearch

Browse: https://www.nuget.org/packages/StringSearch.Converters.TypeSearch/

Download: Install-Package StringSearch.Converters.TypeSearch -Version 2.0.0

License

MIT - happy coding!

About

Convert a query string into a hierarchical representation of condition objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages