Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FuzzySearch plugin fails if the string items start with a line break \n #769

Open
llagerlof opened this issue Nov 23, 2023 · 1 comment
Open

Comments

@llagerlof
Copy link

llagerlof commented Nov 23, 2023

If your HTML is like the code below, when you start to search finds nothing.

<td class="item">
  Test item with a line break before
</td>

But if doesn't have line breaks, the fuzzy search works:

<td class="item">Test item with a line break before</td>
@oldmanwerther
Copy link

@llagerlof - yea, just make sure your html is inline:

<td class="item">Test item with a line break before</td>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants