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

bug(document-search): results not showing correctly after space in search string #3

Open
fynnfluegge opened this issue Feb 26, 2023 · 0 comments
Labels
bug Something isn't working effort low good first issue Good for newcomers

Comments

@fynnfluegge
Copy link
Owner

fynnfluegge commented Feb 26, 2023

When entering three characters in the search bar and hitting space afterwards, then the autocompleted result list is not displayed correctly. It seems that the search function returns wrong results (ignoring space) and as a result the highlighted search string in the autocomplete panel is displayed wrong. The not correct displayed search results should not be contained in the result set anyways, hence fixing the bug in the search-document-handler is sufficient.

Current behaviour
When hitting space in search bar some documents that shouldn't be found at all are displayed in the suggtestion list.

Expected behaviour
When hitting space in search bar the suggestion item list should be correct and item content should match search pattern.

@fynnfluegge fynnfluegge added the bug Something isn't working label Feb 26, 2023
@fynnfluegge fynnfluegge changed the title bug(document-search): results not showing correctly after space bug(document-search): results not showing correctly after space in search string Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working effort low good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant