";" delimiter, like "soap;web service". This new enhancement allows you to perform an AND NOT search with a "!" prefix in the search token, e.g. "soap;web service;!shampoo" will search for "soap" AND "web service" AND NOT "shampoo".
Contributors: soap +wsdl "web service" -shampoo, which gets translated internally into a regex search: soap;wsdl;web service;!shampoo
This feature is now in TWikiAlphaRelease and at TWiki.org.
-- PeterThoeny - 03 Jan 2004 | WebForm | |
|---|---|
| TopicClassification | FeatureDone |
| TopicSummary | New switch for search to perform an AND NOT search |
| InterestedParties | |
| AssignedTo | |
| AssignedToCore | PeterThoeny |
| ScheduledFor | CairoRelease |
| RelatedTopics | TWikiVariables, SearchHelp, KeywordSearchWithImplicitAnd, SearchScopeForTopicAndText, FormattedSearchFormTesting |
| SpecProgress | 100% |
| ImplProgress | 100% |
| DocProgress | 100% |