Waylon Robertson wrote:
> An update to my tale. So far, ive managed to get my new field indexed, and 
> searcing via @attr in yazclient works. I have no knowledge of CCL, and help 
> files on its syntax seem to be nonexistant. What Ive done is put it in 
> ccl.properties appropiately, so jn is Journal-number and Journal-number 
> 1=9903 .... how do i do a 'not' on jn in ccl?
>   
In zebra, Not is a binary operation as far as i know.
So in order to use a not
you have to
do it inside a query.
Or use a query like :
     allrecords,alwaysMatches="" not (jn=....)
-- 
Henri-Damien LAURENT
BibLibre
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to