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

Upgrade block search functionality #9425

Open
linear bot opened this issue Feb 5, 2025 · 2 comments
Open

Upgrade block search functionality #9425

linear bot opened this issue Feb 5, 2025 · 2 comments
Assignees
Labels
good first issue Good for newcomers platform/frontend AutoGPT Platform - Front end

Comments

@linear
Copy link

linear bot commented Feb 5, 2025

Currently search only checks block name and it must contain search phrase exactly; for example searching for "AI Sum" won't include "AI Text Summarizer" but it should.

Search should be more forgiving, ideas:

  1. Use string similarity algorithm instead of checking exactly (e.g. The Levenshtein Distance algorithm)
  2. Disregard word search order
  3. Search in block description (as a lower priority)
@linear linear bot added good first issue Good for newcomers platform/frontend AutoGPT Platform - Front end labels Feb 5, 2025
@vakiti3010
Copy link

Hi!
I'd like to contribute to this issue. I have experience with string similarity algorithms and frontend development.

@ntindle
Copy link
Member

ntindle commented Feb 15, 2025

Go for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers platform/frontend AutoGPT Platform - Front end
Projects
Status: No status
Development

No branches or pull requests

2 participants