notmuch/devel/nmbug
W. Trevor King 6c0b6c8e1c nmbug-status: Wrap query phrases in parentheses when and-ing together
For example:

  "query": ["tag:a", "tag:b or tag:c"]

is now converted to:

  ( tag:a ) and ( tag:b or tag:c )

instead of the old:

  tag:a and tag:b or tag:c

This helps us avoid confusion due to Xapian's higher-precedence AND
[1], where the old query would be interpreted as:

  ( tag:a and tag:b ) or tag:c

[1]: http://xapian.org/docs/queryparser.html
2016-03-24 07:39:42 -03:00
..
nmbug nmbug-status: Use 'show-ref --heads' for loading configs 2015-04-01 06:16:06 +02:00
nmbug-status nmbug-status: Wrap query phrases in parentheses when and-ing together 2016-03-24 07:39:42 -03:00
status-config.json nmbug-status: make output title and blurb configurable 2014-03-23 08:33:34 -03:00