I want to select articles which don't contain a specified keyword.
For example, I want to select all articles which DON'T contain keyword "NO".
How to do it?
{titre_mot!="NO"} doesn't work here, probably because other keywords exist.
Marko
I want to select articles which don't contain a specified keyword.
For example, I want to select all articles which DON'T contain keyword "NO".
How to do it?
{titre_mot!="NO"} doesn't work here, probably because other keywords exist.
Marko
2007/2/7, Marko Pekic <marko.pekic@gmail.com>:
I want to select articles which don't contain a specified keyword.
For example, I want to select all articles which DON'T contain keyword "NO".
How to do it?
{titre_mot!="NO"} doesn't work here, probably because other keywords exist.
The best way may be to exclude them with "doublons" :
<BOUCLE_exclude(ARTICLES){id_rubrique}{titre_mot=NO}{doublons}>
</BOUCLE_exclude>
[(#REM) The space character is important]
<BOUCLE_others(ARTICLES){id_rubrique}>
...
</BOUCLE_others>
.Gilles
--
Marko
_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en