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]: Searchbar crashes when selecting an application #34441

Closed
5 of 9 tasks
come-nc opened this issue Oct 5, 2022 · 5 comments · Fixed by #34614
Closed
5 of 9 tasks

[Bug]: Searchbar crashes when selecting an application #34441

come-nc opened this issue Oct 5, 2022 · 5 comments · Fixed by #34614
Assignees
Labels

Comments

@come-nc
Copy link
Contributor

come-nc commented Oct 5, 2022

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

When using the unified search bar, clicking an application in the filter menu will make the pop-up close, and when opening it again the search results are not there.

Steps to reproduce

  1. Click on the search icon
  2. Enter some text
  3. After results are here, click the filter menu and select an application

Expected behavior

See search result only for the clicked application

Installation method

No response

Operating system

No response

PHP engine version

No response

Web server

No response

Database engine version

No response

Is this bug present after an update or on a fresh install?

No response

Are you using the Nextcloud Server Encryption module?

No response

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

Happens on our instance

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@come-nc come-nc added bug 0. Needs triage Pending check for reproducibility or if it fits our roadmap 25-feedback ui-refresh-feedback labels Oct 5, 2022
@come-nc come-nc added this to the Nextcloud 25 milestone Oct 5, 2022
@come-nc come-nc added 1. to develop Accepted and waiting to be taken care of regression and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Oct 11, 2022
@PVince81
Copy link
Member

hitting enter multiple times:
image

it logs that it will search but nothing appears in the network console

@PVince81
Copy link
Member

I logged the types array and it's empty, so there's nothing to search

need to debug the parsing code

@PVince81
Copy link
Member

something is wrong with the RegExp, it doesn't seem to match or to be used correctly

@PVince81
Copy link
Member

need to use the third match, not second:
image

@PVince81
Copy link
Member

PR here: #34614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants