You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is this the expected behavior? Is there any other way of accessing the id of an item?
(I know in this example the value of id is duplicated to code, but my source is bibsonomy json output and it has an id, which is not reproducible from any other field.
[EDIT] Actually in my case I found out, it is possible to reproduce the id from the other values, by doing concat('http://www.bibsonomy.org/bibtex/', .intraHash, '/', .user) or more precise concat('http://www.bibsonomy.org/bibtex/2', .intraHash, '/', .user)
The text was updated successfully, but these errors were encountered:
I want to access the data filed
id
of an item in alense
, but it is empty.If I take the flag demo and change the the
.code
to.id
in the lense, I get nothing.https://github.com/simile-widgets/exhibit/tree/master/scripted/demos/flags
change the third last line to
is this the expected behavior? Is there any other way of accessing the
id
of an item?(I know in this example the value of
id
is duplicated tocode
, but my source is bibsonomy json output and it has anid
, which is not reproducible from any other field.[EDIT] Actually in my case I found out, it is possible to reproduce the id from the other values, by doing
concat('http://www.bibsonomy.org/bibtex/', .intraHash, '/', .user)
or more preciseconcat('http://www.bibsonomy.org/bibtex/2', .intraHash, '/', .user)
The text was updated successfully, but these errors were encountered: