Skip to content

Releases: base33/umbraco.examine.linq

Support for Order By asc/desc

25 Mar 14:36
Compare
Choose a tag to compare
1.5.1

Add order by asc/desc

Full support for Skip and Take

24 Mar 16:57
Compare
Choose a tag to compare
1.5

Full support for Skip and Take

1.4

09 Feb 23:29
Compare
Choose a tag to compare
1.4

Bug fixes for when boosting around multiple binary expressions.

Version 1.3

27 Jan 23:40
Compare
Choose a tag to compare

Date logic fixed and boolean fixes.

Version 1.2

05 Dec 01:03
Compare
Choose a tag to compare
  • 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

30 Nov 23:19
Compare
Choose a tag to compare
  • Support for multiple where clauses
  • Support for Skip
  • Support for Take

.Equals support added

23 Oct 15:11
Compare
Choose a tag to compare

.Equals support added