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

New search implementation #47

Open
juliaflanders opened this issue Jul 31, 2023 · 0 comments
Open

New search implementation #47

juliaflanders opened this issue Jul 31, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@juliaflanders
Copy link
Contributor

Create search and filter page

The search and filter page is a space where the user can execute searches and can filter the found set of articles.

Desirable features (still in draft):

  • "generous interface": display the full set of articles with the ability to sort on various metadata fields
  • user can see the full list of articles at the outset (rather than having to do a search first)
  • sidebar displays a list of filters/facets that each indicate how many items there are that meet that criterion
  • clicking on a facet limits the displayed set to items that contain that facet

Indexing

The index should include the following:

  • Author
  • Title
  • Language
  • Publication date
  • DHQ keywords
  • Author keywords
  • Full text

Eventually, cited items should also be searchable/browsable once Biblio is fully integrated into the journal interface.

@juliaflanders juliaflanders added the enhancement New feature or request label Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants