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

[PB-2973, PB-2974]: fix/replace-spaces-by-the-&-operator-when-searching #398

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

sg-gs
Copy link
Member

@sg-gs sg-gs commented Sep 27, 2024

These changes allow the search mechanism to handle a search with multiple words separated by a space correctly. For instance:

  • 'my folder' was not returning the proper results if that exists. Now to_tsquery will receive 'my & folder' as the query

@sg-gs sg-gs added the bug Something isn't working label Sep 27, 2024
@sg-gs sg-gs changed the title [_]: fix/replace-spaces-by-the-&-operator-when-searching []: fix/replace-spaces-by-the-&-operator-when-searching Sep 27, 2024
@sg-gs sg-gs changed the title []: fix/replace-spaces-by-the-&-operator-when-searching [PB-2973, PB-2974]: fix/replace-spaces-by-the-&-operator-when-searching Sep 27, 2024
@sg-gs sg-gs merged commit 17668d9 into master Sep 27, 2024
4 of 7 checks passed
@sg-gs sg-gs deleted the fix/search-with-spaces-between-words branch September 27, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready-for-preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant