CRISalid-esr / crisalid-ikg

CRISalid institutional knowledge graph
Other
0 stars 0 forks source link

No SourceIssue titles in the graph #121

Open s-marcq opened 10 hours ago

s-marcq commented 10 hours ago

After executing the query :

MATCH (n:SourceIssue)
WHERE n.titles <>[]
RETURN n LIMIT 100

I do not get any result. When I check the SourceIssue nodes, I do not see any one that has a title.

(Test with rabbitmq coming soon)

image