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

[stable27] Add in:users as a search filter to limit searches to users #40882

Merged
merged 6 commits into from Oct 12, 2023

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Oct 12, 2023

manual backport of #40413

sorbaugh and others added 5 commits October 12, 2023 12:31
Add regex to prevent filter collision in user-list page

Usage:
1. Type a string in the search bar
2. Add in:users to display only users in the search result
…chlist dialog. Will revisit in future search result list in future issue.

Usage:
1. Type a string in the search bar
2. Add in:users filter to avoid unnecessary searches in other apps
Usage:
1. Type a string in the search bar
2. Add in:users filter to avoid unnecessary searches in other apps
Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com>
@blizzz
Copy link
Member Author

blizzz commented Oct 12, 2023

/compile /

@blizzz blizzz added the 3. to review Waiting for reviews label Oct 12, 2023
@blizzz blizzz added this to the Nextcloud 27.1.3 milestone Oct 12, 2023
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@blizzz blizzz mentioned this pull request Oct 12, 2023
@blizzz blizzz added the bug label Oct 12, 2023
Comment on lines +41 to +44
public function __construct(
IL10N $l) {
$this->l = $l;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function __construct(
IL10N $l) {
$this->l = $l;
}
public function __construct(IL10N $l) {
$this->l = $l;
}

@blizzz blizzz merged commit 237e880 into stable27 Oct 12, 2023
37 of 38 checks passed
@blizzz blizzz deleted the backport/40413/stable27 branch October 12, 2023 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants