umbraco.examine.linq
umbraco.examine.linq copied to clipboard
query.Where(x => x.BoolProperty) doesn't work, where query.Where(x => x.BoolProperty == true) does
[ParseException: Cannot parse '((someOtherProperty:123) AND isPublished:)': Encountered " ")" ") "" at line 1, column 63.
I'm guessing isPublished: needs to be isPublished:true/isPublished:1?