Hello, We are running a Koha 3.0.5 installation for a small library (with nozebra) with MARC21. The prolbem is that Advanced search (title, subject ....) doesn't work very well. I have done some investigations and on the one hand inside the nozebreindex table there are lots of suspicious __RAW__ indexname entries. For instace, the "place of publication"... so my First question is, If I modify the syspref "NoZebraIndexes" adding somthing like: 'pl' => '260a' and I run the "rebuildnozebra.pl" script afterwards, will it make the advaced search work for "place of publication"? (I guess it should be 'pl' because it is the value in the advanced search dropdown box). My second question is regarding the advanced search of topografic signature. The syspref "NoZebraIndexes" has a 'callnum' => '952o' but the dropdown box for the topografic signature has a 'lcn' name for the option, and the search always return no results... If manually change this 'lcn' for 'callnum' in the POSTED url it will find the biblio...so, Is it an error in my version of koha or Am I doing something wrong? Regards! Toni