insomnia/packages/insomnia-app/app/ui/redux
Shawn Axsom bee9973839 Filter requests by folder, URI, method, query string (#797)
* Quick Switch matching for Request URL and Method

Previously only Request Name was searched for in Quick Switch window.
This adds support for searching Request URL and Method as well.
A fuzzyMatchAll function has been added to be able to search different
fields in any
order, space delimited.

* Include request parameters in searchable fields

* Allow searching requests by folder paths

* More descriptive placeholder for Quick Switch modal search input

* Update sidebar filter to match Quick Switch, allowing URL and Query String matching

* More descriptive placeholder for sidebar search

* Unit tests for fuzzyMatch and fuzzyMatchAll

* More unit tests for fuzzyMatch and fuzzyMatchAll

* minor refactorings
2018-03-28 16:57:05 -04:00
..
modules Merge All Repositories into Monorepo for easier maintenance (#629) 2017-11-26 20:45:40 +00:00
create.js Merge All Repositories into Monorepo for easier maintenance (#629) 2017-11-26 20:45:40 +00:00
selectors.js Filter requests by folder, URI, method, query string (#797) 2018-03-28 16:57:05 -04:00