#109 nhaystack module question: equip and siteRef->geoCity=="Buffalo" as filter not working

P C Wed 3 Jul 2013

The filter doesn't work

in query view

or

post to "/haystack/read"

ver:"2.0" filter "equip and siteRef->geoCity==\"Buffalo\""

I am getting this error:

"ver": "2.0",

"dis": "java.lang.StackOverflowError",
"errTrace": "java.lang.StackOverflowError at haystack.server.HServer$1.find(HServer.java:127) at haystack.server.HServer$1.find(HServer.java:127) at haystack.server.HServer$1.find(HServer.java:127) at haystack.server.HServer$1.find(HServer.java:127) at haystack.server.HServer$1.find(HServer.java:127) at haystack.server.HServer$1.find(HServer.java:127) at haystack.server.HServer$1.find(HServer.java:127)...........

Mike Jarmy Wed 3 Jul 2013

Yep, there appears to be a bug in the way the "->" operator is handled. I will fix this ASAP and post a new build

Mike Jarmy Thu 4 Jul 2013

Fixed -- see NHaystack Build 1.0.4

P C Thu 4 Jul 2013

Thanks. That's quick.

BTW, is it possible to edit haystack slot in batch (in program service)? I tried to search bunch of points and edit the haystack slot , when I clicked the arrow, I got "Could not invoke the command null" error.

Mike Jarmy Fri 5 Jul 2013

There is no batch editing facility in the open-source project at the moment. BTW you can reach me at [email protected] for any off-line questions.

Login or Signup to reply.