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

[question/advice] Is there a way to ignore the matching of certain characters? #69

Open
christopher-caldwell opened this issue Sep 9, 2024 · 2 comments

Comments

@christopher-caldwell
Copy link

I have read the docs about the options, but unsure which to use, and the RegExp to do so.

I have a needle and an item in the haystack:

// needle
'2025 Avenue N 12, Galveston Tx' 

// haystack item
'2025 Avenue N 1/2, Galveston TX'

These do not match, and are kicked out by the filter function.

As a temp solution, I replaced '/' with an empty string, and the search works as intended.

Is it possible to use the options to handle this case?

@leeoniya
Copy link
Owner

should be possible, but depends on your other config options. what are they?

@christopher-caldwell
Copy link
Author

should be possible, but depends on your other config options. what are they?

Not using any config options, currently.

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

No branches or pull requests

2 participants