krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.76k stars 753 forks source link

Ability to customize the extended search characters #744

Closed marceloverdijk closed 3 months ago

marceloverdijk commented 8 months ago

Is there an existing issue or pull request for this?

Feature description

It would be nice to be able to customize the extended search characters used by the engine, or maybe even beter to provide aliases.

Desired solution

In my case instead of searching for an exact match like =foo I would like to use is:foo instead.

Similar as GitHub searching/filtering works with is:open etc.

Like mentioned above it would be even more interesting to be able provide aliases, so both =foo and is:foo would do an exact match.

Alternatives considered

N/A; just use =foo.

Additional context

No response

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days