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

Search is not working #936

Open
D-nov opened this issue Sep 19, 2024 · 0 comments
Open

Search is not working #936

D-nov opened this issue Sep 19, 2024 · 0 comments
Assignees

Comments

@D-nov
Copy link

D-nov commented Sep 19, 2024

Describe the bug
Open ray app, dump (in this case) array. Hit ctrl+f to search. I was trying to find a key in the array, but instead using the search only scroll to the bottom of the page.

Actual result:

  • Don't find anything (even when text exists) and just scrolls to the bottom of the page.

Versions
2.8.1

You can use composer show to get the version numbers of:

  • spatie/ray package version: 1.41.2
  • spatie/laravel-ray package version (if applicable): 1.37.1

PHP version:
Laravel version (if applicable): 10.*

To Reproduce
Steps to reproduce the behavior:

  1. Go to Ray app where you have dumped php array (bigger 50+ lines array helps make it more obvious)
  2. Click on ctrl+f key to open search
  3. Use the search to find array key
  4. Search doesn't work and doesn't find anything even when the searched text exists and instead only scroll to the bottom of the page.

Expected behavior
The search to work and highlight the matched keyword (in this case array key).

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version idk, 24 something
@sebastienhenau sebastienhenau self-assigned this Nov 29, 2024
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

No branches or pull requests

2 participants