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

Regex search support #3

Open
benui-dev opened this issue Dec 22, 2023 · 1 comment
Open

Regex search support #3

benui-dev opened this issue Dec 22, 2023 · 1 comment

Comments

@benui-dev
Copy link

Regex search support would be awesome

@sirjofri
Copy link
Owner

I changed the search line completely:

  • Hello filters the property name by the string Hello, like before
  • Hello World filters the property name by the strings Hello and World
  • Key=Value filters the metadata/details by this pair (matching Key, and the value containing Value, key with spaces removed)
  • All filters are case-insensitive.

I feel this is more similar to how Unreal filters in other situations. What do you think?

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