I modified the query to be more complex so that relevancy is considered. #54

Merged
tiger5226 merged 1 commit from search_updates into master 2018-03-17 01:02:22 +01:00
tiger5226 commented 2018-03-15 04:21:32 +01:00 (Migrated from github.com)

Features of the query are below in order of importance(weight):

Phrase Match = ( "Boom Bust" )
Term Match = ("Boom" OR "Bust")
Contains = ("*Boom" OR "Bust*")

  1. Phrase Match on Name
  2. Term Match on Name
  3. Contains Term on Name
  4. Phrase Match on Author,Title,Description
  5. Term Match on Author,Title,Description
  6. Contains Term on Author,Title,Description
Features of the query are below in order of importance(weight): Phrase Match = ( "Boom Bust" ) Term Match = ("Boom" OR "Bust") Contains = ("\*Boom" OR "Bust\*") 1) Phrase Match on Name 2) Term Match on Name 3) Contains Term on Name 4) Phrase Match on Author,Title,Description 5) Term Match on Author,Title,Description 6) Contains Term on Author,Title,Description
BelfordZ (Migrated from github.com) reviewed 2018-03-15 04:21:32 +01:00
filipnyquist (Migrated from github.com) reviewed 2018-03-15 04:21:32 +01:00
filipnyquist commented 2018-03-15 08:22:01 +01:00 (Migrated from github.com)

I'll take a look at this one later today!

I'll take a look at this one later today!
BelfordZ commented 2018-03-15 18:07:05 +01:00 (Migrated from github.com)

Ill give this a rip tonight, logic seems sound though.

Ill give this a rip tonight, logic seems sound though.
filipnyquist commented 2018-03-17 01:02:18 +01:00 (Migrated from github.com)

LGTM, logic seems good as @BelfordZ said!

LGTM, logic seems good as @BelfordZ said!
Sign in to join this conversation.
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/lighthouse.js#54
No description provided.