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

config_tool: add support for searching #1907

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

lahm86
Copy link
Collaborator

@lahm86 lahm86 commented Nov 16, 2024

Resolves #1889.

Checklist

  • I have read the coding conventions
  • I have added a changelog entry about what my pull request accomplishes, or it is an internal change

Description

This adds a search box to the config tool to allow filtering properties by keywords. The matching logic is very simple: if a property's title or description contains any of the search keywords, it's shown. No weighting or ordering is performed.

This adds a search box to the config tool to allow filtering properties
by keywords.

Resolves LostArtefacts#1889.
@lahm86 lahm86 added Feature New functionality TR2 TR1 labels Nov 16, 2024
@lahm86 lahm86 self-assigned this Nov 16, 2024
@lahm86 lahm86 requested review from a team as code owners November 16, 2024 17:28
@lahm86 lahm86 requested review from rr- and walkawayy and removed request for a team November 16, 2024 17:28
Copy link

@lahm86 lahm86 merged commit 1cbded1 into LostArtefacts:develop Nov 16, 2024
6 checks passed
@lahm86 lahm86 deleted the issue-1889-config-tool-search branch November 16, 2024 19:25
@Richard-L
Copy link
Collaborator

Richard-L commented Nov 16, 2024

Oh wow @lahm86, thank you so much for deciding to do this so quickly. It works beautifully. Especially love how it turns red and signals the user a term yielded no results. It's super quick and intuitive to use, and instantly made me find the things I was looking for ❤️

@lahm86
Copy link
Collaborator Author

lahm86 commented Nov 16, 2024

Oh wow @lahm86, thank you so much for deciding to do this so quickly. It works beautifully. Especially love how it turns red and signals the user a term yielded no results. It's super quick and intuitive to use, and instantly made me find the things I was looking for ❤️

Thank you for trying it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New functionality TR1 TR2
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add livesearch to config tool(s)
5 participants