umbraco.examine.linq icon indicating copy to clipboard operation
umbraco.examine.linq copied to clipboard

query.Where(x => x.BoolProperty) doesn't work, where query.Where(x => x.BoolProperty == true) does

Open mahgo opened this issue 8 years ago • 0 comments

[ParseException: Cannot parse '((someOtherProperty:123) AND isPublished:)': Encountered " ")" ") "" at line 1, column 63.

I'm guessing isPublished: needs to be isPublished:true/isPublished:1?

mahgo avatar Nov 09 '16 11:11 mahgo