[Feature Request] Fuzzy Search Results in Switch Requests (⌘P) Palette
See original GitHub issue- Insomnia Version:
Version 5.12.4 (5.12.4.1752) - Operating System:
OSX 10.11.5
Details
The Switch Requests palette should display fuzzy search results on request names, urls, and folder names; eg. Sublime Text. I recommend fuzzy for Array<Object> inputs and bevacqua/fuzzysearch for Array<string> inputs. Both provide bare minimum use cases. I would make a PR but for efficiency’s sake I’m sure you would be able to implement this far quicker than me since you built this 😄
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Changelog - Raycast
Fuzzy Search. Having a more flexible search has been one of the most requested features from our community for a long time and,...
Read more >Request: Disabling Fuzzy Search in Wix Site Search
Currently, when you perform a search using Wix Site Search, you get some results that are not really relevant to your search. This...
Read more >Product learning - Sourcegraph Handbook
Including code intelligence in search results (hovering is 2x retention ... 6% of them cite a feature the integrations provide as the only...
Read more >Changelog - Nota
Enabling daily notes adds Open Today Note / ⌘t and Open Tomorrow Note in the Command Palette / ⇧⌘p . It also adds...
Read more >GitKraken Client v2.x | GitKraken Client Version History
The new and improved Fuzzy Finder combines the Command Palette and the Fuzzy Finder all into one keyboard shortcut ⌘ | Ctrl P...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@roblav96 With #797, @gschier and I merged in some preliminary changes that will allow you to search on request names, urls, and folder names. There was some discussion in that PR around doing a second PR with UI changes, as I am assuming you originally intended.
This UI for Switch Requests is to be decided, but it will likely involve showing two rows for results, and it may show partial matching as those libraries can do. The difficulty may be in getting as much information as we want while keeping it to two rows. The second row may be showing just the field that it is matching against.
@roblav96 @gschier I opened #857 to discuss the UI changes as @gschier requested, so we can close off this issue here. I will start playing with the UI and we can discuss.