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
x
- [x] Bug report -> please search issues before submitting
Hello,
I'm unable to filter by a number within a string. Please have a look at this example: https://stackblitz.com/edit/angular-uwzg3w
E.g. when filtering by '2' I would like to get "item 2", "item 12" and "item 20" to "item 25". How can i solve this task?
If the number is preceded by a matching sequence of characters the filter works just fine.
Thank you!
The text was updated successfully, but these errors were encountered:
Added failing tests #56
2f9a4d4
related to #57
Sorry, something went wrong.
No branches or pull requests
Bug Report or Feature Request (mark with an
x
)Hello,
I'm unable to filter by a number within a string.
Please have a look at this example: https://stackblitz.com/edit/angular-uwzg3w
E.g. when filtering by '2' I would like to get "item 2", "item 12" and "item 20" to "item 25".
How can i solve this task?
If the number is preceded by a matching sequence of characters the filter works just fine.
Thank you!
The text was updated successfully, but these errors were encountered: