Hi Nick,
I'm evaluating Seq on a dev machine & it works fine as expected.
I have only one issue, I couldn't understand why, if you can help.
I'm using Serilog & structured event data & I've a property ApplicationId of type long.
Query1: Has(ApplicationId) succeeds & returns all expected events.
Query2: ApplicationId > 635476917451915299 succeeds & returns expected events.
Query3: ApplicationId < 635476917451915301 succeeds & returns expected events.
Query4: ApplicationId == 635476917451915300 returns nothing! (this is why I wrote Query 1 & 2 & 3)
Query5: ApplicationId > 635476917451915299 && ApplicationId < 635476917451915301 returns nothing also!
Moreover, I noticed that examples are for queries with string values, isn't numeric values supported too?
Thanks & regards,
Wahid Shalaly
Note: I'm running latest stable version at the moment (1.4.12)