implement direct search and show featured claim result #468

Merged
akinwale merged 2 commits from direct-search into master 2019-03-11 12:09:08 +01:00
akinwale commented 2019-03-08 12:22:18 +01:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2019-03-08 12:22:18 +01:00
skhameneh (Migrated from github.com) approved these changes 2019-03-11 03:34:21 +01:00
@ -46,0 +48,4 @@
if (!text.startsWith('lbry://')) {
// not a URI input, so this is a search, perform a direct search
if (onSearchSubmitted) {
skhameneh (Migrated from github.com) commented 2019-03-11 03:31:30 +01:00

I would suggest having internal-apis handle this logic, eventually.

This can allow for a direct hit to show at top with related content shown below.

I would suggest having `internal-apis` handle this logic, eventually. This can allow for a direct hit to show at top with related content shown below.
skhameneh (Migrated from github.com) commented 2019-03-11 03:34:00 +01:00

Remove?

Remove?
akinwale (Migrated from github.com) reviewed 2019-03-11 09:48:38 +01:00
@ -46,0 +48,4 @@
if (!text.startsWith('lbry://')) {
// not a URI input, so this is a search, perform a direct search
if (onSearchSubmitted) {
akinwale (Migrated from github.com) commented 2019-03-11 09:48:38 +01:00

This is here because we still want users to be able to directly navigate to lbry URLs instead of being just a plain search bar.

This is here because we still want users to be able to directly navigate to lbry URLs instead of being just a plain search bar.
akinwale (Migrated from github.com) reviewed 2019-03-11 09:48:46 +01:00
akinwale (Migrated from github.com) commented 2019-03-11 09:48:46 +01:00

Yes.

Yes.
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#468
No description provided.