Bug 1648878 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Fuse 4+ added an optional feature to support fzf's [search operators](https://github.com/junegunn/fzf#search-syntax).

Now that the Fuse.js package has been updated to version 6, we can turn on this feature.

In my opinion, it doesn't need support for a user-controlled setting.

I have a draft PR doing this that I need to clean up a bit before it goes up for review, but it's a really tiny patch.
Fuse 4+ added an optional feature to support fzf's [search operators](https://github.com/junegunn/fzf#search-syntax).

Now that the Fuse.js package has been updated to version 6, we can turn on this feature.

In my opinion, it doesn't need support for a user-controlled setting, it can just be turned on by default. None of the new search operators are things included in job names, so it shouldn't break anyone's existing workflow, but it will enable this feature to behave more like `mach try fuzzy`

I have a draft PR doing this that I need to clean up a bit before it goes up for review, but it's a really tiny patch.

Back to Bug 1648878 Comment 0