14,953
edits
(/* Q: 設好了 InterMap (InterWiki) ,但是卻無法搜尋多個關鍵字,例如想查詢「眾聲」與「喧嘩」兩個關鍵字,在Wiki頁面寫上Google:眾聲 喧嘩 ,卻無法順利運作。(附註,在InterMap需先設好 Google 指向) |
|||
| Line 99: | Line 99: | ||
: 其他解決方法 [http://www.oddmuse.org/cgi-bin/wiki/Timezone_Extension Timezone Extension],不過作者計畫將此擴充功能日後改寫成模組。 | : 其他解決方法 [http://www.oddmuse.org/cgi-bin/wiki/Timezone_Extension Timezone Extension],不過作者計畫將此擴充功能日後改寫成模組。 | ||
==== Q: | ==== Q: Affter setup InterMap (InterWiki) ,but still couldnot search multi keywords, ex: I wanna search「眾聲」and「喧嘩」 two words. I wrote Google:眾聲 喧嘩 on the oddmuse page,but not work。(Note: PreCondition is already setup Google to http://www.google.com.tw/search?ie=UTF-8&oe=UTF-8&q= on InterMap page) ==== | ||
A: | A: | ||
: | : Condition 1、Search「眾聲喧嘩」, a phase | ||
:: | :: Wrong - Google:"眾聲喧嘩" | ||
:: | :: Correct - Google:眾聲喧嘩 or Google:%22眾聲喧嘩%22 that means encode " to %22 | ||
: | : Condition 2、Search 「眾聲喧嘩」and「獨領風騷」 two words | ||
:: | :: wrong - Google:眾聲喧嘩 獨領風騷 | ||
:: | :: wrong - Google:"眾聲喧嘩"+"獨領風騷" | ||
:: | :: correct - Google:%22眾聲喧嘩%22+%22獨領風騷%22 | ||
:: | :: correct - Google:眾聲喧嘩%20獨領風騷 | ||
: | : please encode " to %22 ; encode = to %3d; encode half space character (半形空白) to %20; encode : to %3A; encode / to %2F ; the complete encode list please see [http://www.blooberry.com/indexdot/html/topics/urlencoding.htm URL Encoding] | ||
==== Q: Oddmuse migrate to another server ==== | ==== Q: Oddmuse migrate to another server ==== | ||