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

Create an API to call elastic search #425

Open
hubsmoke opened this issue Jul 12, 2024 · 0 comments
Open

Create an API to call elastic search #425

hubsmoke opened this issue Jul 12, 2024 · 0 comments
Assignees

Comments

@hubsmoke
Copy link
Member

We have a Kibana instance at https://18.226.200.168:5601/
(send your IP address to Sina for whitelisting)

We need to call ElasticSearch to support filtering from the new UI

Features:

Proposed search entities: Author, Topic (in db as 'openalex concept' https://docs.openalex.org/api-entities/concepts), Year, Field, Keyword, Institution, Journal (source https://docs.openalex.org/api-entities/sources), Publisher
Screenshot 2024-07-12 at 12.10.30 PM.png

  • Fuzzy search title
  • Fuzzy search author
  • Boolean search = union of AND filters across different entities, and OR filters within the same entity. Example: Author:Philipp Koellinger AND (institution=Vrije Universiteit OR institution=University Madison)
  • Screenshot 2024-07-12 at 12.08.30 PM.png
  • Sort by date (asc/desc)
  • Sort by relevance (asc/desc)

Return paginated array of results that can power the search results UI with every field in the search result card Screenshot 2024-07-12 at 12.53.13 PM.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants