Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎁 BONUS: Display QA term instead of id in search results and facets
This commit adds helper methods to department so that the value will display the terms instead of the id, in the catalog search index and facets. For example, "history" instead of "hst". You could write a spec for these methods for reassurance, and know that this is not the only way to accomplish this. With customizations the dev will often have to come up with solutions of their own. :gift: BONUS: Display QA term instead of id in search results and facets This commit adds helper methods to department so that the value will display the terms instead of the id, in the catalog search index and facets. For example, "history" instead of "hst". You could write a spec for these methods for reassurance, and know that this is not the only way to accomplish this. With customizations the dev will often have to come up with solutions of their own. :broom: Add resource_type back to the catalog controller Removing this was an accident. :broom: Remove the link from the catalog search result Having this be linkable caused an issue so for now, I am removing it until I have time to look into it.
- Loading branch information