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

Allow custom filter functions for jsonian-find #56

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

iwahbe
Copy link
Owner

@iwahbe iwahbe commented Dec 29, 2023

This allows jsonian-find to get fuzzy search without taking an external dependency:

Screenshot 2023-12-29 at 3 40 10 PM

The only configuration necessary is this:

(with-eval-after-load 'orderless
    (setq jsonian-find-filter-fn #'orderless-filter))

@iwahbe iwahbe self-assigned this Dec 29, 2023
@iwahbe iwahbe merged commit f200035 into main Dec 29, 2023
2 checks passed
@iwahbe iwahbe deleted the iwahbe/allow-custom-filter-functions branch December 29, 2023 14:44
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

Successfully merging this pull request may close these issues.

1 participant