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

Split query into terms, search each individually, and return intersecion #5627

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

cjcolvar
Copy link
Member

@cjcolvar cjcolvar commented Feb 2, 2024

Follow on to #5606
Possible solution to #5586

This approach makes a query like:
WHERE LOWER(title) LIKE %op% AND LOWER(title) LIKE %35%

@cjcolvar cjcolvar force-pushed the timeline_split_search branch from e56fc28 to cceb2a6 Compare February 5, 2024 15:39
@cjcolvar cjcolvar marked this pull request as ready for review February 5, 2024 15:42
masaball
masaball previously approved these changes Feb 5, 2024
Copy link
Contributor

@masaball masaball left a comment

Choose a reason for hiding this comment

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

Looks good to me. Feel free to merge without adding additional tests.

@cjcolvar cjcolvar merged commit 7ba7773 into develop Feb 6, 2024
2 checks passed
@cjcolvar cjcolvar deleted the timeline_split_search branch February 6, 2024 19:45
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