lbry-desktop/ui/page/search
infinite-persistence b822ae39e1
Remove hardcoded filters in doSearch
## Issue
6414 <Don't use "exact match" setting outside of main search - cuases no results in related>

`doSearch` was used in Wunderbar and Recommended, but it was adding in Wunderbar options all the time.

## Changes
- Fix `doSearch` to not use hardcoded options (take from arguments).
- Refactors the searchOption-creation code so that we don't duplicate the logic in both .js and .jsx.
2021-07-14 11:16:19 +08:00
..
index.js Remove hardcoded filters in doSearch 2021-07-14 11:16:19 +08:00
view.jsx Remove hardcoded filters in doSearch 2021-07-14 11:16:19 +08:00