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

Where(x => x.Int != number) not working

Open mahgo opened this issue 8 years ago • 1 comments

I took a dive into the code.

There generated query is "AND (id:[261217 TO 99999999999999999] OR id:[-99999999999999999 TO 261219])".

Is there any reason to not make it "NOT (id:261218)"? I changed the query to that and it worked.

mahgo avatar Nov 23 '16 11:11 mahgo

I'll take a look into fixing it.

mahgo avatar Nov 23 '16 12:11 mahgo