scientist-softserv / adventist_knapsack

Apache License 2.0
2 stars 0 forks source link

Terms for faceted date search not getting indexed #847

Open laritakr opened 2 weeks ago

laritakr commented 2 weeks ago

Story

Date Range Faceting search is broken.

Adventist knapsack includes AppIndexerDecorator, Adventist's custom indexing. Most of the indexes are handled via Hyku's HykuIndexing, but several, specifically the date_created breakdowns into sorted_date are omitted. (There may be others missing as well.)

We need to either include this indexing in HykuIndexing, or create module AdlIndexing to include where this custom indexing is required (for all work resources, and likely collection as well)

Acceptance Criteria

Screenshots / Video

Testing Instructions and Sample Files

Notes

This could possibly be an M3, but if this is done post-migration, a reindex would be required of all models including this.

ShanaLMoore commented 1 week ago

TODO: decorator is not being included in the indexing for valkyrie per LaRita