Revision 3790
Added by ben leinfelder over 16 years ago
lib/style/skins/saeon/searchPathQuery.js | ||
---|---|---|
106 | 106 |
searchFieldArray[counter++] = "idinfo/citation/citeinfo/title"; |
107 | 107 |
searchFieldArray[counter++] = "idinfo/citation/citeinfo/origin"; |
108 | 108 |
searchFieldArray[counter++] = "idinfo/keywords/theme/themekey"; |
109 |
searchFieldArray[counter++] = "idinfo/keywords/theme/placekey";
|
|
109 |
searchFieldArray[counter++] = "placekey"; |
|
110 | 110 |
} |
111 | 111 |
|
112 | 112 |
//generate the query |
Also available in: Unified diff
based on what jing found with the sanparks search performance issue, his comment for sanparks applies for this saeon file too:
"Changing search field from idinfo/keywords/theme/placekey to placekey"