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

ES Querying API changes #451

Merged
merged 14 commits into from
Aug 23, 2024
Merged

ES Querying API changes #451

merged 14 commits into from
Aug 23, 2024

Conversation

kadamidev
Copy link
Contributor

@kadamidev kadamidev commented Aug 14, 2024

Description of the Problem / Feature

  • Refactored to simplify the API and make it more versatile
  • Added support for better filtering capabilities; gt, gte, lt, lte, eq, neq and ES range/term/match/exists filters
  • Adjusted relevance algo, reduced weighting of non article types
  • Reduced weighting of non English works
  • Refactored to fix single filtering on different entities besides works

Instructions on making this work

  • Merging this will affect existing front end branches that were using the previous search API, effects are minor, but the frontend index-search-api branch should be merged into those to make sure pagination and sorting functionality work.

@hubsmoke hubsmoke merged commit bddb719 into develop Aug 23, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants