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

AdvancedFiltering #220

Merged
merged 1 commit into from
Oct 2, 2020
Merged

AdvancedFiltering #220

merged 1 commit into from
Oct 2, 2020

Conversation

timunie
Copy link
Contributor

@timunie timunie commented Sep 28, 2020

What does this PR do?

This PR allows the FilterTextBox to support advanced filtering

  • AND-Operator: Use these chars to match all the substrings: '&', '+', ',', ';'
  • OR-Operator: Use this char to match any substring: '|'

Example

Typing delete | remove + user will return all Icons which contains delete OR remove AND user

image

Closes

Closes #219

@punker76 punker76 added this to the 4.6.0 milestone Oct 2, 2020
@punker76 punker76 merged commit 936fa83 into MahApps:develop Oct 2, 2020
@punker76
Copy link
Member

punker76 commented Oct 2, 2020

@timunie your changes have been merged, thanks for your contribution 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Searching an Icon with more than one filter string
2 participants