SID-01581: list topics that not contain a string
| Status: |
Answered |
TWiki version: |
4.2.0 |
Perl version: |
|
| Category: |
CategorySearch |
Server OS: |
|
Last update: |
13 years ago |
how to obtain a list of topics that don't contain a string.
I used
%SEARCH{ "Caricato in CD_KnoledgeManager ITEM" casesensitive="on" type="regex" nosearch="on" nototal="on" order="%URLPARAM{ "order" default="modified" }%" reverse="%URLPARAM{ "reverse" default="on" }%" limit=all
format=" | $topic | $summary | "}%
to obtain a list of topics that CONTAIN a string ... how to obtain the complementary list ?
thank you
--
MiaMarzana - 2012-11-09
Discussion and Answer
Negated search depends on the type you use. For
type="regex" use a leading
! (exclamation point), etc. Read details in
VarSEARCH.
--
PeterThoeny - 2012-11-09
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.