Hi Wolfgang,
On 8/15/05, Wolfgang Pichler <wolfgang.pichler@xxxxxxxxxxxxxxxx> wrote:
[snip]
> 1) MARC.inc
>
> $YAZ_attributes = Array(
> "020" => "1=7 t=l t=r t=n t=b s=al",
> ... );
> after studying some ccl docs i am wondering why you code
> e.g. "1=7" but it should be "u=7" to code an use attribute in ccl.
> changing this to "u=7" seems to work too ...
I think "1=7" is actually PQF:
http://indexdata.dk/yaz/doc/tools.tkl#PQF
Perhaps the "u=7" would be better in that it makes everything into CCL
instead of mixing PQF and CCL together?
|