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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle query change when the text length does not change #621

Merged
merged 3 commits into from Jan 12, 2024

Conversation

romaricpascal
Copy link
Member

@romaricpascal romaricpascal commented Jan 12, 2024

We have encountered a bug wherein a query text change that does not affect its length, does not trigger a search.
This PR aims to fix that by checking that the current and new query texts are not matching, rather than relying on the length check.

Originally raised by @archferns in #496

Rebases and re-builds dist as I didn't manage to push to the contributor's branch 馃様 .

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

3 participants