Trinity icon indicating copy to clipboard operation
Trinity copied to clipboard

Phrases Optimizer

Open markpapadakis opened this issue 8 years ago • 2 comments

  • [(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 avatar May 26 '17 16:05 markpapadakis

  • [ ] ((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 avatar May 26 '17 18:05 markpapadakis

  • [ ] "a b" OR "a b c" => "a b" <c>
  • [x] "a b" "a b c" => "a b c"

markpapadakis avatar May 26 '17 19:05 markpapadakis