Roundup Tracker - Issues

Message4295

Author ber
Recipients ber, schlatterbeck
Date 2011-04-15.15:31:46
Message-id <1302881506.39.0.146379520206.issue2550698@psf.upfronthosting.co.za>
In-reply-to
@schlatterbeck:
Examples, hope this helps. :)
Basics:
1) first AND second keyword:
  /demo/issue?%40action=search&keyword=1,2,-3
2) NOT first keyword
  /demo/issue?%40action=search&keyword=1,-2
3) second OR third keyword:
  /demo/issue?%40action=search&keyword=2,3,-4
  should be equivalent to the old implicit OR behaviour
  /demo/issue?%40action=search&keyword=2,3

More involved:
4) testing together: ( first AND NOT third ) OR fourth keywords
  /demo/issue?%40action=search&keyword=1,3,-2,-3,4,-4
History
Date User Action Args
2011-04-15 15:31:46bersetmessageid: <1302881506.39.0.146379520206.issue2550698@psf.upfronthosting.co.za>
2011-04-15 15:31:46bersetrecipients: + ber, schlatterbeck
2011-04-15 15:31:46berlinkissue2550698 messages
2011-04-15 15:31:46bercreate