Releases: base33/umbraco.examine.linq
Releases · base33/umbraco.examine.linq
Support for Order By asc/desc
Full support for Skip and Take
1.5 Full support for Skip and Take
1.4
Version 1.3
Date logic fixed and boolean fixes.
Version 1.2
- Ability to specify own mapper (implement IMapper)
- Works well with Ditto and any custom mapping you like!
- Query complex objects on the model that have the Field attribute on the source property
- Added int extension method called IsAny, so an int can be any of the collection of ints. Similar to Contains any.
- Fuzzy fully functional for any string checking, including ContainsAll, ContainsAny, !=, ==, etc
Version 1.1
- Support for multiple where clauses
- Support for Skip
- Support for Take
.Equals support added
.Equals support added