|
I am hacking away at some searches, and having some difficulties with strings and ints. I would like to set up some variables to do some testing. Initially, I tried:
hoping to have the field blah to work with, and do stuff like isnum() and isstring() and tostring() etc This doesn't look like the way to pull it off. Is there a way to get key value pairs into the pipeline without actually running a search? |
This is because the eval command performs its calculations for each row in the result and when using |
