Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected search behavior for taxonomy vs content types #899

Open
Natkeeran opened this issue Aug 20, 2018 · 3 comments
Open

Expected search behavior for taxonomy vs content types #899

Natkeeran opened this issue Aug 20, 2018 · 3 comments
Labels
Subject: Search related to advanced and basic searching capabilities.

Comments

@Natkeeran
Copy link
Contributor

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?

@ajs6f
Copy link

ajs6f commented Aug 20, 2018

Could this not be two different searches?

@Natkeeran
Copy link
Contributor Author

@ajs6f
Yes, probably two different searches.

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.

search facets1

@kstapelfeldt kstapelfeldt added Subject: Search related to advanced and basic searching capabilities. and removed Search labels Sep 25, 2021
@rosiel
Copy link
Member

rosiel commented Oct 22, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Subject: Search related to advanced and basic searching capabilities.
Projects
Development

No branches or pull requests

4 participants