Skip to content
Snippets Groups Projects
Commit 914633163f12 authored by Samuel Trégouët's avatar Samuel Trégouët
Browse files

add missing cwuri in ifulltextindex adapter

`esearch` view relies on this attr
parent 0f08b2192be6
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
'cw_etype': entity.cw_etype,
'cw_source': entity.cw_metainformation()['source']['uri'],
'eid': entity.eid,
'cwuri': entity.cwuri,
}
for rschema in entity.e_schema.indexable_attributes():
attr = rschema.type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment