umbraco.examine.linq
umbraco.examine.linq copied to clipboard
Where(x => x.Int != number) not working
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.
I'll take a look into fixing it.