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.csx popups are annoying #1814

Open
Couchy opened this issue Jun 25, 2024 · 1 comment
Open

Search.csx popups are annoying #1814

Couchy opened this issue Jun 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Couchy
Copy link

Couchy commented Jun 25, 2024

Which component should be improved?

UI/UX

Describe your feature suggestion in more detail

Search.csx creates two Yes/No popups for "Case sensitive?" and "Regex search?" before the text input popup. This gets tedious when doing multiple searches. My suggestion is to keep only the text input and have it search case insensitive by default, but also accept regex format to specify case sensitivity, etc, ex:

seatchtext -> Non-Regex, case-insensitive
/searchtext/ -> Regex, case-sensitive
/searchtext/i ->Regex, case-insensitive

@Couchy Couchy added the enhancement New feature or request label Jun 25, 2024
@Miepee
Copy link
Contributor

Miepee commented Jul 12, 2024

Related to #545

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants