We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
best netflix show
2024 best amazon show
The text was updated successfully, but these errors were encountered:
[#4] Fix clobbered boolean rules
8f4ca95
This requires sharing the BooleanInputParser among all the rules within the rules-rewriter and adding the input literals all at once at the end.
76ed2b8
4e768f4
jvia
No branches or pull requests
Boolean match rules using the same anchor text appears to overwrite itself. Using rules like this
Neither of these rules will trigger for queries like
best netflix show
or2024 best amazon show
.The text was updated successfully, but these errors were encountered: