Fork me on GitHub
#datomic
<
2015-08-08
>
samir08:08:55

@arohner you have probably inserted the attribute clause at the wrong place. Following query retrieves the transaction:

[:find ?tx .
 :where [?a :artist/name "The Rolling Stones" ?tx]]

arohner17:08:36

@samir: I’m pretty sure I’m only using the 3-arity clause in :where

arohner17:08:01

arg. Figured it out. User Error