hi axel!
schild wrote:
> here is I problem that I no idea, why it is not working. In my example
> collection I use form search (mgpp) . Now what I want is to give the
> index terms like "dc.creator" more natural names like author etc.
> Normally (at least that works in the plain search using mg) you can do
> this with the command
>
> collectionmeta .document:dc.Creator [l=en] "Author"
>
> in the collect.cfg file. But for from search this does not seem to work.
> Can anyone give me a clue, what I have done wrong?
since all indexes have the same level when using mgpp there is a
slightly different syntax:
collectionmeta .dc.Creator [l=en] "Author"
see the mggp user guide: <http://www.greenstone.org/docs/mgpp_user.pdf>
cheers
jens |