Hi Lars!
I was able to run bareclad and populate it with data, but search confused me a lot.
After executing example.tracula script, I was trying to query all names of people who was born at certain day:
search +p[{(+x, birth date)}, '1972-02-13', *],
[{(x, name)}, +n, +t]
return
n, t;
But result in console is empty:
Traqula file to run on startup: traqula/startup.traqula
Local variables: ["x"]
Local variables: ["x"]
Return recall: n
Return recall: t
Variables: {"x": ResultSet { mode: Empty, thing: None, multi: None }}
Also, I definitely see posits in bareclad.db with value of 1972-02-13.
So, am I doing it wrong? Is search already implemented?
Hi Lars!
I was able to run bareclad and populate it with data, but search confused me a lot.
After executing
example.traculascript, I was trying to query all names of people who was born at certain day:But result in console is empty:
Also, I definitely see posits in
bareclad.dbwith value of1972-02-13.So, am I doing it wrong? Is search already implemented?