Bug #242
Supose doesnt' recognize the - operand but NOT works
| Status: | Closed | Start: | 11/23/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
Supose Supose doesnt' recognize the - operand but it works with NOT
e.g.
supose.bat search --index c:index.srsite --fields
revision dpath filename --query (+filename:Bios* -author:skbuk)
Error: Unexpected Option given on command line. org.apache.commons.cli2.OptionEx
ception: Unexpected -author:skbuk) while processing supose-global options
History
Updated by Karl Heinz Marbaise 889 days ago
- Status changed from New to Closed
Hi,
the problem with that is very simple...you have to quote the query:
Like the following:
--query "(+filename:Bios* -author:skbuk)"
Kind regards
Karl Heinz Marbaise