Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Boolean Matches with Same Anchors Overwrite Each Other #4

Closed
jvia opened this issue Jan 10, 2024 · 0 comments
Closed

Boolean Matches with Same Anchors Overwrite Each Other #4

jvia opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jvia
Copy link
Collaborator

jvia commented Jan 10, 2024

Boolean match rules using the same anchor text appears to overwrite itself. Using rules like this

   (match (and "best" "amazon" "show")
     (boost 2 "amazon"))

   (match (and "best" "netflix" "show")
     (boost 2 "netflix"))

Neither of these rules will trigger for queries like best netflix show or 2024 best amazon show.

@jvia jvia added the bug Something isn't working label Jan 10, 2024
@jvia jvia self-assigned this Jan 10, 2024
jvia added a commit that referenced this issue Jan 10, 2024
This requires sharing the BooleanInputParser among all the rules within the
rules-rewriter and adding the input literals all at once at the end.
jvia added a commit that referenced this issue Jan 11, 2024
This requires sharing the BooleanInputParser among all the rules within the
rules-rewriter and adding the input literals all at once at the end.
jvia added a commit that referenced this issue Jan 11, 2024
This requires sharing the BooleanInputParser among all the rules within the
rules-rewriter and adding the input literals all at once at the end.
@jvia jvia closed this as completed Jan 11, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant