This PR added canonical IDs to the works_indexed and images_indexed indexes under filterableValues so that we can filter on them in the frontend.
We should consider also indexing source IDs (i.e. LoC IDs and MeSH IDs), which would allow us to search for them in the index (for debugging purposes) and might also be helpful in the frontend in the future.
This PR added canonical IDs to the
works_indexed
andimages_indexed
indexes underfilterableValues
so that we can filter on them in the frontend.We should consider also indexing source IDs (i.e. LoC IDs and MeSH IDs), which would allow us to search for them in the index (for debugging purposes) and might also be helpful in the frontend in the future.