Skip to content

Conversation

@w00000dy
Copy link

Before Now
Screenshot_2024-11-16-20-04-07-59_309bf85bb53663859e77c76b408c1c72 Screenshot_2024-11-16-20-15-09-16_309bf85bb53663859e77c76b408c1c72

I also did some formatting.

if (listId !== 'pcont' && i === 0) return;
const listItemName = listItem.querySelector('.lstIname').innerText.toUpperCase();
const searchIndex = listItemName.indexOf(field.value.toUpperCase());
if (searchIndex < 0) {
Copy link
Owner

Choose a reason for hiding this comment

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

This is the actual change?

Copy link
Author

Choose a reason for hiding this comment

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

Yes

@blazoncek blazoncek merged commit 25ab381 into blazoncek:search-keep Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants