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

Tries a different approach to signal instance table filtering #4044

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

mvilanova
Copy link
Contributor

Screenshot 2023-11-29 at 1 03 18 PM

@mvilanova mvilanova added the enhancement New feature or request label Nov 29, 2023
// We filter out instances based on the given query parameter provided
if (params.q) {
response.data.items = filter(response.data.items, function (item) {
return item.signal.name.includes(params.q) || item.signal.description.includes(params.q)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only added signal name and description, but we could add more.

@mvilanova mvilanova merged commit 65aef6e into master Nov 29, 2023
12 of 14 checks passed
@mvilanova mvilanova deleted the enhancement/signal-instance-table-search-filter branch November 29, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants