I have a seven language site. I have zoom working on all, but the chinese site. I'm using Javascript for searching for reasons outside of this question. I'm using GB2312 for encoding, I've set the encoding in zoom indexer accordingly, but I'm getting the following errors:
Consequently, the search_template.html page's javascript to render data into the results div fails.
You can check it out here.
Much thanks,
Kyle
- malformed URI sequence" on getParam ("zoom_query") ret = decodeURIComponent(arg_values[1]);
- query has no properties: if (query.length ==0) {
Consequently, the search_template.html page's javascript to render data into the results div fails.
You can check it out here.
Much thanks,
Kyle
Comment