fix search and related content #502

Merged
akinwale merged 1 commit from search-fix into master 2019-03-28 18:01:48 +01:00
akinwale commented 2019-03-27 08:16:39 +01:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) reviewed 2019-03-27 08:16:39 +01:00
akinwale (Migrated from github.com) reviewed 2019-03-27 08:18:32 +01:00
@ -16,3 +16,3 @@
const perform = dispatch => ({
search: query => dispatch(doSearch(query, 10, undefined, true)),
search: query => dispatch(doSearch(query, 20, undefined, true)),
});
akinwale (Migrated from github.com) commented 2019-03-27 08:18:31 +01:00

So, funny story, if I set a different value from 20 here, no results are displayed for related content. The makeSelectRecommendedContentForUri selector needs to be updated to be able to handle different result counts. Something to be considered in the future.

So, funny story, if I set a different value from 20 here, no results are displayed for related content. The `makeSelectRecommendedContentForUri` selector needs to be updated to be able to handle different result counts. Something to be considered in the future.
neb-b (Migrated from github.com) reviewed 2019-03-27 20:29:34 +01:00
@ -16,3 +16,3 @@
const perform = dispatch => ({
search: query => dispatch(doSearch(query, 10, undefined, true)),
search: query => dispatch(doSearch(query, 20, undefined, true)),
});
neb-b (Migrated from github.com) commented 2019-03-27 20:29:34 +01:00

Ah that's not very good. I will look into it.

Ah that's not very good. I will look into it.
neb-b (Migrated from github.com) approved these changes 2019-03-27 20:30:34 +01:00
neb-b (Migrated from github.com) left a comment

Will checkout the search issue.

Will checkout the search issue.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#502
No description provided.