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
What should the user get in the return list when the user searches a taxonomy term? Should it be the taxonomy itself or the content referred by the taxonomy terms?
The text was updated successfully, but these errors were encountered:
One will behave something like Google search, where when you enter "Shakespeare", it will return information about that entity. Works, People, Organizations, Places connected with that entity can be facets!
Second, it will bring all the works where that entity is referenced. The facets will be similar to DPL: https://dp.la/search?q=Shakespeare. These would be the traditional library facets.
I am not sure if we can combine these in Drupal elegantly.
Current behavior seems to be as follows:
Taxonomy can be indexed by adding Taxonomy to data source as well as adding name and any additional required fields to the solr fields.
If taxonomy is index, when you do free text search, it will bring back Taxonomy as well as Content.
Content can be faceted by taxonomy values. However, it does not pick up the Agent Type label.
Faceting is field specific. If the content type and taxonomy share the same field, they that field can be facted commonly.
What should the user get in the return list when the user searches a taxonomy term? Should it be the taxonomy itself or the content referred by the taxonomy terms?
The text was updated successfully, but these errors were encountered: