Skip to content

Am I doing it right? #4

Description

@agoloborodko

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions