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

Continuation of Encounter Search (using OpenSearch) #642

Merged
merged 114 commits into from
Aug 19, 2024

Conversation

naknomum
Copy link
Member

@naknomum naknomum commented Jul 17, 2024

fixes #511

remainder of work for search:
frontend:

  • encounter search page
  • link to legacy jsp using stored queries
  • a whole bunch more i cant even guess

backend:

  • introduce stored queries, various additions to support
  • hack into EncounterQueryProcessor and friends to use stored queries
  • many more fields added for Encounters
  • proper keyword-indexing where needed with custom normalization to handle case-insensitivity
  • fixes for linked objects forcing re-indexing of encounters when changed/deleted
  • proper count of annotations
  • disable PIT complexity for further development
  • many more OpenSearch class utilities
  • created background indexing behavior
  • index mapping additions/improvements
  • improvements to pagination and sorting
  • improvements on search permissions (per user)

@naknomum naknomum marked this pull request as ready for review August 16, 2024 23:20
@holmbergius
Copy link
Contributor

Thanks @naknomum for the query change.

@TanyaStere42 TanyaStere42 merged commit b24bcb2 into master Aug 19, 2024
1 check passed
@TanyaStere42 TanyaStere42 deleted the 511_continuation_of_encounter_search branch August 19, 2024 15:52
Rodhlann pushed a commit to Rodhlann/Wildbook that referenced this pull request Dec 6, 2024
…ncounter_search

Continuation of Encounter Search (using OpenSearch)
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.

update in-product references to point to new search page React Encounter Search
4 participants