You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the tagging effort to enable faceted search, we'll need to be able to tag explorers so that they don't get excluded once a user applies filters on some facet. These tags will also then need to be included in the Explorer Algolia sync
Despite us still storing explorer data via the git CMS, it's possibly best to do this via a explorer_tags table and an EditableTags component in the Explorers index view.
This means you won't be able to tag an explorer until it's been synchronized to the DB from git (but that will be a rare-enough occurrence to not matter)
The text was updated successfully, but these errors were encountered:
As part of the tagging effort to enable faceted search, we'll need to be able to tag explorers so that they don't get excluded once a user applies filters on some facet. These tags will also then need to be included in the Explorer Algolia sync
Despite us still storing explorer data via the git CMS, it's possibly best to do this via a
explorer_tags
table and anEditableTags
component in the Explorers index view.The text was updated successfully, but these errors were encountered: