Word search fails in the SQL editor #16937
TheOtherBrian1
started this conversation in
Contribute to Supabase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug report
Ctrl + F is a keyboard command used to search for strings within a page. Unfortunately, within Supabase's SQL editor, it's inconsistent. Sometimes it works, but other times, it highlights a random word or shifts the highlighted section one line down. In the below image, the searched for string was just the letter "a". For the first two lines, the text was properly highlighted. Afterwards, the highlight shifted down by one line. The example was executed in the SQL Editor page of supabase on the Quick Start template "User Management Starter".
EXAMPLE IMAGE:
![a shift](https://user-images.githubusercontent.com/91111415/211843702-34a8805c-0c94-419d-90fe-68eb6cc75184.png)
To Reproduce
Expected behavior
Only keywords should be highlighted when using Ctrl + F
System information
Beta Was this translation helpful? Give feedback.
All reactions