Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Phrases Optimizer #4

Open
markpapadakis opened this issue May 26, 2017 · 2 comments
Open

Phrases Optimizer #4

markpapadakis opened this issue May 26, 2017 · 2 comments
Assignees

Comments

@markpapadakis
Copy link
Member

  • [(xbox one) OR "xbox one"] => [(xbox one)]
  • [(xbox one) AND "xbox one"] => ["xbox one"]

This should be simple because we collapse sequences into runs.

@markpapadakis
Copy link
Member Author

markpapadakis commented May 26, 2017

  • ((1 OR [2,3]) OR ALL OF[2,3]) => (1 OR ALL OF [2, 3])
  • ([1,2] AND (3 OR ALL OF[1,2])) => 3 OR AND [1,2]

@markpapadakis markpapadakis reopened this May 26, 2017
@markpapadakis
Copy link
Member Author

markpapadakis commented May 26, 2017

  • "a b" OR "a b c" => "a b" <c>
  • "a b" "a b c" => "a b c"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant