Hi Jeff,
This occurs with all our break down queries, which used to work. They are working in i2b2 1.8.1, so I am working on migrating our version rather than spending any time on trying to figure out why these are not working. We have also found other bugs (or maybe enhancements?) between the old UI and the new UI, specifically when it comes to term searching.
For example: When searching by domain (say procedures) the web UI uses the c_dimcode from the table_access, rather than the c_fullname, which broke our metadata. We had the impression that c_fullname was used for metadata and c_dimcode was used for the crc cell. This was a simple fix in that we just need to ensure the c_fullname = c_dimcode in table_access.
Second, the c_protected_access = 'Y' still requires the metadata table to exist. This is only an issue on our dev environment were we toggle versions of metadata on and off and sometimes forget to delete a row from the table_access when we are no longer building that version of the metadata.
We are still having other issues with search, where the message log claims to find terms, but then fails to render anything in the window. This is unique to our metadata (ENACT's appears to work). I will follow up with more details as I debug them. Since this only seems to affect our metadata (based on our internal EHR), simply using the published ENACT metadata (which is great!) sadly will not work for us.
-Andrew