"john cleese" search term does not return @JohnCleese channel #45
Labels
No labels
area: app c
area: app d
area: devops
area: discovery
area: docs
area: proposal
area: X-device Sync
Chainquery
consider soon
dependencies
Epic
Fix till next release
good first issue
hacktoberfest
help wanted
icebox
Invalid
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
Parked
priority: blocker
priority: high
priority: low
priority: medium
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lighthouse.js#45
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looks like search has issues with multi term queries
Hi Tom,
I was looking into the search behavior for ChainQuery and saw this and since I did the research I wanted to answer this one.
This is actually expected behavior. When a phrase is searched like "John Cleese" this gets interpreted as a query for "(John) or (Cleese)". This means it is looking for the whole word "John" or the whole word "Cleese". If you want to search for words starting with "John" then you should enter "John*" as the search. This performs a search for terms prefixed with "John". Since the channel name is "JohnCleese" the whole word doesn't match either.
Now you could get more fancy and search for "John* AND *Cleese", this would look for terms prefixed with "John" and suffixed with "Cleese"
The bigger problem here is that lighthouse is not able to search titles or descriptions. It appears that it is only looking at the name field of a claim when searching ( which is what I was looking into ).
@tzarebczan This should be resolved now with the recent deployment to production of lighthouse. "john cleese" now returns nothing but john cleese videos. Can this be closed now?
Yes, i recall this bug is fixed by the latest update!