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 regexp for unified searching in apps #34614

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

PVince81
Copy link
Member

Use the correct match for operators.

Prevent the dropdown to close itself when selecting an app to filter by.

Fixes #34441

Use the correct match for operators.

Prevent the dropdown to close itself when selecting an app to filter by.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
@PVince81
Copy link
Member Author

/backport to stable25

@skjnldsv
Copy link
Member

It was working before, what suddenly changed for it to break?

@kesselb
Copy link
Contributor

kesselb commented Oct 14, 2022

Good catch 👍

Should also work to use a non-capturing group: (?:^|\s)

@szaimen szaimen merged commit c78bd45 into master Oct 18, 2022
@szaimen szaimen deleted the bugfix/34441/fix-search-in-regexp branch October 18, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Searchbar crashes when selecting an application
7 participants