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

Fix problem when put whitespace in search inbox. #1786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix problem when put whitespace in search inbox. #1786

wants to merge 1 commit into from

Conversation

Mehdi-git
Copy link

@Mehdi-git Mehdi-git commented May 18, 2021

For issue #1776
When you type spaces in search inbox (a blank query), map operator convert the query to an empty query by trim() method. Then app starts searching for an empty query and gets into the not responding state.
I moved the map operator before withLatestFrom operator, So empty query gets involved in withLatestFrom if statement.

@Mehdi-git Mehdi-git changed the title Fix problem when put whitespace in search inbox. issue #1776 Fix problem when put whitespace in search inbox. May 18, 2021
Wave6677 added a commit to Wave6677/qksms that referenced this pull request May 15, 2023
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.

None yet

1 participant