lbry-desktop/ui/redux
infinite-persistence fd17ab4c8b
Route recommendation search to recsys + add user_id (#353)
* Route recommendation search to recsys 5% of the time + add `user_id`

## Ticket
334 send some recommended requests to recsys

## Approach
`doSearch`:
    - If the search options include `related_to`, route that to the new `searchRecommendations` which performs the 5% check + appends `user_id` at the end. This way, we don't need to alter the function signature of `doSearch`.
    - Else, run proceed as normal.

* Always go to alt provider

f

Co-authored-by: Thomas Zarebczan <thomas.zarebczan@gmail.com>
2021-11-24 15:25:22 -05:00
..
actions Route recommendation search to recsys + add user_id (#353) 2021-11-24 15:25:22 -05:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers Re-enable reposts on homepages (#352) 2021-11-24 11:11:25 -05:00
selectors Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00