nehaarya2003 / moloko

Automatically exported from code.google.com/p/moloko
GNU General Public License v3.0
0 stars 0 forks source link

Smart search does not respects parentheses #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Have 3 tasks.
   a) completed and tagged
   b) completed not tagged
   c) incomplete tagged

2. Enter smart search to find all tasks which are either completed or not but 
tagged.

(status:completed OR status:incomplete) AND isTagged:true

Expected:
   - task a and b is returned

Currently:
   - all tasks are returned

Original issue reported on code.google.com by ronny.roehricht on 20 Nov 2010 at 7:00

GoogleCodeExporter commented 8 years ago
Fixed in Rev. 165 / 0.9.3b

Original comment by ronny.roehricht on 24 Nov 2010 at 5:49