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

Add proper fuzzy search to "Filter Methods" script editor #11089

Open
Arnklit opened this issue Nov 4, 2024 · 0 comments
Open

Add proper fuzzy search to "Filter Methods" script editor #11089

Arnklit opened this issue Nov 4, 2024 · 0 comments

Comments

@Arnklit
Copy link

Arnklit commented Nov 4, 2024

Describe the project you are working on

A game in production

Describe the problem or limitation you are having in your project

The search in the Filter Methods view is not very good, it has some limited fuzzy searching, but it will not find any results with spaces or typos.

Examples:
image

image

image

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Implement full fuzzy search for this field, allowing for typos etc.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

It appears that Fuzzy search is being added to core in this pull request. godotengine/godot#98278
When that is merged this field should implement those functions.

If this enhancement will not be used often, can it be worked around with a few lines of script?

This would be used often

Is there a reason why this should be core and not an add-on in the asset library?

This is about the default editor behaviour

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

No branches or pull requests

2 participants