Hi Guys, I was try to do block join query with "not". I got not success, can anybody please help me out here.
This works q=+_query_:"{!parent which=type_s:parent} +time_tdt:[2018-08-01T16:00:00Z TO 2018-08-04T15:59:59Z]" This works q=-time_tdt:[2018-08-01T16:00:00Z TO 2018-08-04T15:59:59Z] This does not work q=+_query_:"{!parent which=type_s:parent} -time_tdt:[2018-08-01T16:00:00Z TO 2018-08-04T15:59:59Z]" Did I missed something? Thanks in advanced. Bests, Novin