We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
should be possible, but depends on your other config options. what are they?
Sorry, something went wrong.
Not using any config options, currently.
No branches or pull requests
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:
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?
The text was updated successfully, but these errors were encountered: