Closed jrchudy closed 1 year ago
This issue was mitigated in April in the deployed system by dropping unnecessary btree indexes saved_query_facets_idx
and saved_query_encoded_facets_idx
which imposed a length limit on column values. Since we do not redeploy this table, this fix has been persistent.
A commit has also been pushed to cfde-deriva to record the indexing preference for these columns in the model used to deploy a new registry.
Aref encountered the following issue when trying to save a query in CFDE while testing the url length limitation bug that was found (which we think is because of favorites)
This isn't an error that is thrown from ermrestJS or chaise. Hongsuda mentioned this is more likely because of the jsonb being included in the indexing for searching and in this case the "facets" column for the saved query was very very large.