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

feat: new backend operator '_match_any_in_subtree' to do ontology filter expansion to children server side #4584

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mswertz
Copy link
Member

@mswertz mswertz commented Dec 29, 2024

What are the main changes you did

  • we now get very big queries when you select root nodes in large ontologies, because all children are included as seperate filters. Makes all slow. Instead this PR aims to do the heavy lifting server side. Also will allow data to be smaller, and excel/csv uploads easier, when users can simply include the terms they mean without the sub terms.

N.B. blocks on some of the changes from #4539

How to test

  • see junit tests
  • see changes to the javascript => see that URLs are smaller

Checklist

  • updated docs in case of new feature
  • added/updated tests
  • added/updated testplan to include a test for this fix, including ref to bug using # notation

@mswertz mswertz marked this pull request as draft December 29, 2024 22:06
@mswertz mswertz changed the title feat: new backend operator to do ontology filter expansion to children server side feat: new backend operator '_match_any_in_subtree' to do ontology filter expansion to children server side Dec 29, 2024
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.

1 participant