mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
f2ffb88cc3
relates to #9996 Added support for wildcard search on host search. say for example you have the following hosts: ``` +------------------+ |hostname | +------------------+ |Molly‘s MacbookPro| |Molly's MacbookPro| |Molly‘s MacbookPro| |Molly❛s MacbookPro| |Molly❜s MacbookPro| |Alex's MacbookPro | +------------------+ ``` searching for `Molly's` yields just the single host, but searching for `Molly❜s` will perform a broader wildcard search using the literal `_` character to match any character _in that position_. - [X] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [X] Added/updated tests
2 lines
106 B
Plaintext
2 lines
106 B
Plaintext
- Added wildcards to host search so when searching for different accented characters you get more results
|