go to post Scott Beeson · Nov 4, 2016 Not sure why you're getting dowvoted. You are exactly right. A quick google search shows what you mean.If you only look at "square" (justified) clouds, here are examples:Literally none of them are sorted by size.
go to post Scott Beeson · Nov 4, 2016 I can only duplicate this by zooming in with my browser. Is your zoom at 100%? Have you changed your font size or anything?
go to post Scott Beeson · Nov 4, 2016 I think I would use "Accepted Answer" instead of "Real" (or correct). That would imply the other answers are fake (or wrong), which may not be the case.
go to post Scott Beeson · Nov 4, 2016 Yeah, I realized if I join this with the ens_message.header table I get the "source" and "target" configs and they differ which makes more sense.Thanks for confirming what I'm seeing though.
go to post Scott Beeson · Oct 20, 2016 Wait, I think I understand now. In the second query, >8:01 is what I actually want since it was currently 9:01. FirstDate is stored in UTC but my client is automatically adjusting, so it works when I compare it to UTC. The local value for "OnlyAfterThisDate" isn't adjusted when displayed.I'm not sure I'm verbalizing it correctly, but I think I do understand now.
go to post Scott Beeson · Oct 20, 2016 Added a new top level comment since this thread is getting tight. I'd love to see your thoughts.
go to post Scott Beeson · Oct 20, 2016 This might better explain what I'm seeing or not understanding:SELECT DATEADD(hh, -1, GETDATE()) as OnlyAfterThisDate, MIN(TimeCreated) as FirstDate, MAX(TimeCreated) as LastDate FROM ens.messageheader WHERE TimeCreated > DATEADD(hh, -1, GETDATE());SELECT DATEADD(hh, -1, GETUTCDATE()) as OnlyAfterThisDate, MIN(TimeCreated) as FirstDate, MAX(TimeCreated) as LastDate FROM ens.messageheader WHERE TimeCreated > DATEADD(hh, -1, GETUTCDATE());
go to post Scott Beeson · Oct 20, 2016 Changing my queries to GETUTCDATE() did seem to fix the issue but I still don't understand why. ¯\_(ツ)_/¯
go to post Scott Beeson · Oct 19, 2016 CurrentDateLess1Min 2016-10-19 10:50:43 CurrentDate 2016-10-19 10:51:43 CurrentUTCDateLess1Min 2016-10-19 15:50:43 CurrentUTCDate 2016-10-19 15:51:43
go to post Scott Beeson · Oct 19, 2016 I'm not exactly sure what you're asking, but this is the definition in the ens.messageheaderbase class: Property TimeCreated As Ens.DataType.UTC
go to post Scott Beeson · Oct 14, 2016 I was referring to our local documentation. I can't find the reference document. Perhaps it's a version difference.
go to post Scott Beeson · Oct 13, 2016 Is the "Newest" sorting issue the same cause? Or are you at least aware of it too?
go to post Scott Beeson · Oct 13, 2016 Can the search results page just have the same "view" menu as the main index? ie "Compact View"