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

Hotfix/2.0.1/improve results #38

Merged
merged 7 commits into from
May 16, 2024
Merged

Hotfix/2.0.1/improve results #38

merged 7 commits into from
May 16, 2024

Conversation

aletail
Copy link
Member

@aletail aletail commented May 16, 2024

Summary

Search optimizations

Testing Steps

  • Test again (optional)
  • Review Release Notes

Git Flow

  • DO NOT delete "release/*" or "hotfix/*" branches after merging a PR. These are used to publish the next release, and they are deleted automatically.
  • "Squash and merge" is good on "feature/*" into "develop"
  • "Create a merge commit" is good on "release/*" or "hotfix/*" into "main"

github-actions bot and others added 7 commits May 2, 2024 13:24
- Updated tntsearch to use v4.2.1
- Updated search to perform a boolean search first, if not results it falls back to a default search
- Updated getSearchableSummary with an extend point, where more content can be added to the summary
Returns the ID to be used in search results, for objects that are apart of a page this can be overridden to return the Page ID - which can then be used to remove duplicates from search results
- Enable boolean search is optional
Will prevent different objects from returning the same ID
@aletail aletail added the patch label May 16, 2024
@aletail aletail requested a review from tiller1010 May 16, 2024 18:57
Copy link
Member

@tiller1010 tiller1010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet!

@aletail aletail merged commit 3f564aa into main May 16, 2024
3 checks passed
@github-actions github-actions bot deleted the hotfix/2.0.1/improve-results branch May 16, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants